Static Tab
This extension prevents you from opening more than one tab with the same base URL
O que é Static Tab?
Static Tab é uma extensão do Chrome desenvolvida por tangodanc, e sua principal característica é "This extension prevents you from opening more than one tab with the same base URL".
Baixar o arquivo CRX da Extensão Static Tab
Baixe arquivos de extensão Static Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
URL Oficial | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Descrição | This extension prevents you from opening more than one tab with the same base URL |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-04-14 |
Data de Publicação | 2015-04-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | tangodanc |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |