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
Pin or unpin tab any tab easily using an extension icon in Chrome top bar or by using JavaScript Regular Expressions.
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - 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 runnpx cz
which will ensure that your commits are following the specs. - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Dependency | Version |
---|---|
Node.js | 16.0.0+ |
-
Clone the repo
git clone https://github.com/bibixx/tab-pinner.git
-
Install NPM packages
npm install
-
Run
dev
command to start building the app tobuild
directorynpm run dev
-
Install the extension in Chrome
- Navigate to chrome://extensions
- Toggle into Developer Mode
- Click on "Load Unpacked Extension..."
- Select the
build
directory that has just been created after runningnpm run dev
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 |
Distributed under the GNU General Public License License. See LICENSE.md
for more information.
Bartosz Legięć: @bibix1999
Project Link: https://github.com/bibixx/tab-pinner
Chrome Web Store Link: https://chrome.google.com/webstore/detail/tab-pinner/mcclikmfcmcpejkaobpfkmmbekbhedoi