Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pho9ubenaa/pin-switcher
Chrome extension - Toggle active tab pinning/unpinning with shortcuts.
https://github.com/pho9ubenaa/pin-switcher
chrome-extension deno
Last synced: 21 days ago
JSON representation
Chrome extension - Toggle active tab pinning/unpinning with shortcuts.
- Host: GitHub
- URL: https://github.com/pho9ubenaa/pin-switcher
- Owner: pHo9UBenaA
- License: mit
- Created: 2025-01-13T03:05:37.000Z (30 days ago)
- Default Branch: master
- Last Pushed: 2025-01-21T09:18:55.000Z (21 days ago)
- Last Synced: 2025-01-21T10:25:21.861Z (21 days ago)
- Topics: chrome-extension, deno
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pin Switcher
Pin Switcher is a Chrome extension that allows you to quickly toggle the pinned
status of your browser tabs, enhancing your browsing efficiency.## Features
- **Toggle Pin Status**: Easily switch between pinned and unpinned states for
the currently active tab.
- **Keyboard Shortcut**: Use `Control/Command + I` to toggle the pin status
without clicking.## Installation
You can install Pin Switcher directly from the
[Chrome Web Store](https://chromewebstore.google.com/).## Development
To set up the development environment for Pin Switcher, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/pHo9UBenaA/pin-switcher.git
```2. **Navigate to the Project Directory**:
```bash
cd pin-switcher
```3. **Build the Extension**:
```bash
deno task build
```4. **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 `dist` directory within your project
folder.## License
This project is licensed under the MIT License. See the
[LICENSE](https://github.com/pHo9UBenaA/pin-switcher/blob/master/LICENSE) file
for details.## Important Information
- **Incognito Mode**: To enable the extension in incognito mode, follow the
instructions on
[Google Support](https://support.google.com/chrome/answer/95464).
- **Shortcut Issues**: If the keyboard shortcuts don't work, navigate to
`chrome://extensions/shortcuts` in Chrome and reassign the keys as needed.