Static Tab
This extension prevents you from opening more than one tab with the same base URL
¿Qué es Static Tab?
Static Tab es una extensión de Chrome desarrollada por tangodanc, y su función principal es "This extension prevents you from opening more than one tab with the same base URL".
Descargar Archivo CRX de la Extensión Static Tab
Descarga archivos de extensión Static Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
URL Oficial | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Descripción | This extension prevents you from opening more than one tab with the same base URL |
Tamaño del Archivo | 192 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 0.0.1 |
Última Actualización | 2015-04-14 |
Fecha de Publicación | 2015-04-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | tangodanc |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |