Static Tab
This extension prevents you from opening more than one tab with the same base URL
Qu'est-ce que Static Tab ?
Static Tab est une extension Chrome développée par tangodanc, et sa fonction principale est "This extension prevents you from opening more than one tab with the same base URL".
Télécharger le fichier CRX de l'extension Static Tab
Téléchargez les fichiers d'extension Static Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
URL Officiel | 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 |
Taille du Fichier | 192 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-04-14 |
Date de Publication | 2015-04-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tangodanc |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |