https://github.com/fernandodilland/allowed-tabs
Chrome/Edge Extension: Set the maximum number of open tabs allowed in the browser.
https://github.com/fernandodilland/allowed-tabs
chrome chrome-extension edge edge-extension extension tabs-management
Last synced: 12 months ago
JSON representation
Chrome/Edge Extension: Set the maximum number of open tabs allowed in the browser.
- Host: GitHub
- URL: https://github.com/fernandodilland/allowed-tabs
- Owner: fernandodilland
- License: mit
- Created: 2021-07-09T20:22:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:11:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T20:13:16.261Z (about 1 year ago)
- Topics: chrome, chrome-extension, edge, edge-extension, extension, tabs-management
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa
- Size: 387 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Allowed Tabs (Chrome/Edge Extension)
[](LICENSE)
## Install (Chrome/Edge)
1. Download zip file from github and uncompress to local.
2. Open Extensions (chrome://extensions) from chrome.
3. Choose `Load unpacked` (Open Develop Mode first),click folder you just uncompressed, finish!
**Google Chrome**:
[Install it directly from the Chrome Web Store](https://chrome.google.com/webstore/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa).
**Microsoft Edge**:
[Install it directly from the Microsoft Store](https://microsoftedge.microsoft.com/addons/detail/bedgmdmofacooedgglodglabbelmekha).
## Changelog
`2024-06`
- Fix extension's collapse after draging while handling exceeded tag(mainly caused by touchpad).
- Add 2 buttons about tab groups.
- only tested via Edge, never via Chrome (cannot work in Firefox bcz serverworker is not supported in Firefox).
`2024-05`
- Forcing an upper limit on the number of tag groups.
- Auto-collapse any other groups when focous on one group.
`2024-02`
- Add pinned & grouped support
- Update Manifest to V3.
- Change all "chrome." to "chrome.||browser." to fit Firefox(no test yet)
- Change "window.alert" to "window.confirm" (some URL like chrome:// and extension store, as well as switching active tabs won't show confirm window and close tab immediately)
- some errors is uncaught or showing up, but don't affect the extension's function
`2021-07`
Features:
- Creation of the extension.
- Translation and beautification of the popup.
## License
[allowed-tabs](https://github.com/fernandodilland/allowed-tabs/) are released under [MIT license](https://github.com/fernandodilland/allowed-tabs/blob/main/LICENSE) . Copyright (c) [Fernando Dilland](https://github.com/fernandodilland).