Skip to content

bibixx/tab-pinner

Repository files navigation


Tab Pinner

Chrome extension to easily pin and unpin tabs using a button and regular expressions.
Check it out on Chrome Web Store »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contributing
  3. Development
  4. License
  5. Contact

About The Project

Pin or unpin tab any tab easily using an extension icon in Chrome top bar or by using JavaScript Regular Expressions.

(back to top)

Built With

React
TypeScript
Vite
Semantic release

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: add some amazing feature')

    Please note that we're following Conventional Commits 1.0.0 specification which is being enforced with commitlint.
    To use a commit creator run npx cz which will ensure that your commits are following the specs.

  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Development

Prerequisites

Dependency Version
Node.js 16.0.0+

Installation

  1. Clone the repo

    git clone https://github.com/bibixx/tab-pinner.git
  2. Install NPM packages

    npm install
  3. Run dev command to start building the app to build directory

    npm run dev
  4. Install the extension in Chrome

    1. Navigate to chrome://extensions
    2. Toggle into Developer Mode
    3. Click on "Load Unpacked Extension..."
    4. Select the build directory that has just been created after running npm run dev

Other commands

Command Behaviour
dev:server Runs HTTP server with hot reloading for the options page (completely disconnected from the installed extension)
build Builds the app in production mode into build directory
type-check Runs TypeScript check on the whole codebase
lint Runs ESLint check on the whole codebase
lint-commit Runs commitlint on the latest commit

(back to top)

License

Distributed under the GNU General Public License License. See LICENSE.md for more information.

(back to top)

Contact

Bartosz Legięć: @bibix1999

Project Link: https://github.com/bibixx/tab-pinner

Chrome Web Store Link: https://chrome.google.com/webstore/detail/tab-pinner/mcclikmfcmcpejkaobpfkmmbekbhedoi

(back to top)