Skip to content

AmalRichwin/Tabster

Repository files navigation

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

About

A chrome plugin to work with chrome tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published