Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Chrome/Edge Extension: Set the maximum number of open tabs allowed in the browser.

Awesome Lists containing this project

README

        

# Allowed Tabs (Chrome/Edge Extension)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](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).