No Dupe Tabs
Swap to preexisting tab if url is already opened.
O que é No Dupe Tabs?
No Dupe Tabs é uma extensão do Chrome desenvolvida por J Wang, e sua principal característica é "Swap to preexisting tab if url is already opened.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No Dupe Tabs
Baixe arquivos de extensão No Dupe 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
If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. Update- V2.1 - Added whitelist V2.2 - Fixed pop-up style on Windows V2.3 - Fixed empty whitelist bug
Informações Básicas da Extensão
Nome | |
ID | fajkhkmabkgflclnlmfdafpikejjncca |
URL Oficial | https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca |
Descrição | Swap to preexisting tab if url is already opened. |
Tamanho do Arquivo | 37.89 KB |
Contagem de Instalações | 868 |
Versão Atual | 2.3 |
Última Atualização | 2016-08-11 |
Data de Publicação | 2016-08-11 |
Classificação | 4.00/5 Total de 9 Avaliações |
Desenvolvedor | J Wang |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Dupe Tabs", "version": "2.3", "manifest_version": 2, "description": "Swap to preexisting tab if url is already opened.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "noDupeTab", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.min.js" ] }, "permissions": [ "tabs", "activeTab" ] } |