New Domain in New Tab
Open links to new domains in a new tab. Configurable.
O que é New Domain in New Tab?
New Domain in New Tab é uma extensão do Chrome desenvolvida por https://devindodson.com, e sua principal característica é "Open links to new domains in a new tab. Configurable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Domain in New Tab
Baixe arquivos de extensão New Domain in New 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
Open links that lead to a new domain ( i.e., a new website ) in a new tab. --Features-- * Default Setup : Will open links to new domains in a new tab for all sites after installation. * Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar. * Whitelist : Only enable the extension on the specified sites. * Blacklist : Enable the extension for all EXCEPT the specified sites. * Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.
Informações Básicas da Extensão
Nome | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
URL Oficial | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
Descrição | Open links to new domains in a new tab. Configurable. |
Tamanho do Arquivo | 190 KB |
Contagem de Instalações | 558 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-07-21 |
Data de Publicação | 2017-07-21 |
Classificação | 3.15/5 Total de 13 Avaliações |
Desenvolvedor | https://devindodson.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/trambopoline/new-domain-in-new-tab |
URL da Página de Ajuda | https://github.com/trambopoline/new-domain-in-new-tab/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Domain in New Tab", "description": "Open links to new domains in a new tab. Configurable.", "version": "1.0.1", "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [] } |