Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
O que é Just One Tab?
Just One Tab é uma extensão do Chrome desenvolvida por https://jot.pm, e sua principal característica é "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Just One Tab
Baixe arquivos de extensão Just One 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
Just One Tab is a free Google Chrome extension that forces you to single-task. Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.
Informações Básicas da Extensão
Nome | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
URL Oficial | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Descrição | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Tamanho do Arquivo | 152 KB |
Contagem de Instalações | 99 |
Versão Atual | 0.1.2 |
Última Atualização | 2018-02-16 |
Data de Publicação | 2018-02-16 |
Desenvolvedor | https://jot.pm |
Tipo de Pagamento | free |
Site da Extensão | http://jot.pm/ |
URL da Página de Ajuda | http://jot.pm/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just One Tab", "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.", "version": "0.1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Tab Limit" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |