Pin Switcher is a Chrome extension that allows you to quickly toggle the pinned status of your browser tabs, enhancing your browsing efficiency.
- Toggle Pin Status: Easily switch between pinned and unpinned states for the currently active tab.
- Keyboard Shortcut: Use
Control/Command + Ito toggle the pin status without clicking.
You can install Pin Switcher directly from the Chrome Web Store.
To set up the development environment for Pin Switcher, follow these steps:
-
Clone the Repository:
git clone https://github.com/pHo9UBenaA/pin-switcher.git
-
Navigate to the Project Directory:
cd pin-switcher -
Build the Extension:
deno task build
-
Load the Extension into Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" using the toggle in the top right corner.
- Click "Load unpacked" and select the
distdirectory within your project folder.
- Open Chrome and navigate to
This project is licensed under the MIT License. See the LICENSE file for details.
- Incognito Mode: To enable the extension in incognito mode, follow the instructions on Google Support.
- Shortcut Issues: If the keyboard shortcuts don't work, navigate to
chrome://extensions/shortcutsin Chrome and reassign the keys as needed.