Unique Tabs
Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
O que é Unique Tabs?
Unique Tabs é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unique Tabs
Baixe arquivos de extensão Unique Tabs 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
Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.
Informações Básicas da Extensão
Nome | Unique Tabs |
ID | cicbejncjmbkbahiicbiflndmhbcgibk |
URL Oficial | https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk |
Descrição | Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window. |
Tamanho do Arquivo | 12.87 KB |
Contagem de Instalações | 3,131 |
Versão Atual | 0.6 |
Última Atualização | 2015-06-10 |
Data de Publicação | 2015-06-10 |
Classificação | 4.24/5 Total de 29 Avaliações |
Desenvolvedor | [email protected] |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/joeyAghion/unique_tabs |
URL da Página de Ajuda | http://github.com/joeyAghion/unique_tabs |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unique Tabs", "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.", "version": "0.6", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "notifications", "webNavigation" ], "web_accessible_resources": [ "icon48.png" ], "manifest_version": 2 } |