One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
O que é One Tab to Rule Them All?
One Tab to Rule Them All é uma extensão do Chrome desenvolvida por Michael Taylor, e sua principal característica é "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Tab to Rule Them All
Baixe arquivos de extensão One Tab to Rule Them All 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
This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
Informações Básicas da Extensão
Nome | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
URL Oficial | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
Descrição | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
Tamanho do Arquivo | 22.21 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.2 |
Última Atualização | 2018-08-07 |
Data de Publicação | 2018-08-07 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Michael Taylor |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |