Static Tab
This extension prevents you from opening more than one tab with the same base URL
What is Static Tab?
Static Tab is a Chrome extension developed by tangodanc, and its main feature is "This extension prevents you from opening more than one tab with the same base URL".
Download Static Tab Extension CRX File
Download Static Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy
Extension Basic Information
Name | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
Official URL | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Description | This extension prevents you from opening more than one tab with the same base URL |
File Size | 192 KB |
Installation Count | 32 |
Current Version | 0.0.1 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tangodanc |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Static Tab", "version": "0.0.1", "manifest_version": 2, "description": "This extension prevents you from opening more than one tab with the same base URL", "homepage_url": "http:\/\/hightechfor.me", "icons": { "16": "icons\/statictab16.png", "48": "icons\/statictab48.png", "128": "icons\/statictab128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "contextMenus", "cookies", "idle", "management", "tabs" ] } |