Static Tab
This extension prevents you from opening more than one tab with the same base URL
Wat is Static Tab?
Static Tab is een Chrome-extensie ontwikkeld door tangodanc, en de belangrijkste functie is "This extension prevents you from opening more than one tab with the same base URL".
Download het CRX-bestand van de extensie Static Tab
Download Static Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
Officiële URL | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Beschrijving | This extension prevents you from opening more than one tab with the same base URL |
Bestandsgrootte | 192 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-04-14 |
Publicatiedatum | 2015-04-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | tangodanc |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |