https://github.com/niladam/tab-limiter
A Chrome Extension that limits the number of open, non-pinned tabs to a specified value
https://github.com/niladam/tab-limiter
chrome extension limit tabs
Last synced: about 1 month ago
JSON representation
A Chrome Extension that limits the number of open, non-pinned tabs to a specified value
- Host: GitHub
- URL: https://github.com/niladam/tab-limiter
- Owner: niladam
- License: mit
- Created: 2017-10-12T19:56:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T20:25:09.000Z (over 8 years ago)
- Last Synced: 2025-03-15T03:30:45.378Z (over 1 year ago)
- Topics: chrome, extension, limit, tabs
- Language: JavaScript
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
Tab Limiter
#### A Chrome Extension that limits the number of open, non-pinned tabs to a specified value
This extension was originally created by [necolas](https://github.com/necolas/chrome-tab-limit).
This is an improved version of it, modified to suit my needs and offer some indication as to the tabs opened.
The indicators look like this:
-  `if the number of tabs is within a margin of 25% to 50%`
-  `if the number of tabs is within a margin of 50% to 75%`
-  `if the number of tabs is within a margin of 75% to 100%`
## Installation
### Option 1
1. Download the [dist/tab-limiter.crx](dist/tab-limiter.crx)
2. Install.
### Option 2
1. Download or clone this repository
2. Go to `chrome://extensions`
3. Enable developer mode
4. Load the unpacked extension
## Use
Specify the tab limit number by going into options (or click on the tab icon).
By default the limit is set as 20.