Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.03 KB

tabster

A chrome extension that allows you to pin tabs, go to tab, copy tab url and close tab.


Installation Tabster Extension for Chrome

Clone the repository and build the extension.

    git clone https://github.com/AmalRichwin/Tabmaster.git
    cd tabster

To build the extension, run the following command in the terminal:

    Npm:
        rm -rf yarn.lock
        npm install
        npm run build
    Yarn:
        yarn install
        yarn build

Go to chrome://extensions and click Enable Developer mode Click Load unpacked extension and select the folder build in the extension folder


For Development tabster extension for chrome

Clone the respository and run the following command in the terminal:

    git clone https://github.com/AmalRichwin/Tabmaster.git
    yarn install
    yarn start

tabster