A chrome extension that allows you to pin tabs, go to tab, copy tab url and close tab.
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
Clone the respository and run the following command in the terminal:
git clone https://github.com/AmalRichwin/Tabmaster.git
yarn install
yarn start