10-Second Focus

Distraction deterrent!

O que é 10-Second Focus?

10-Second Focus é uma extensão do Chrome desenvolvida por rred, e sua principal característica é "Distraction deterrent!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 10-Second Focus

Baixe arquivos de extensão 10-Second Focus 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

                        A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.

Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.

Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.                    

Informações Básicas da Extensão

Nome 10-Second Focus 10-Second Focus
ID pknpbhgcekdpigobealnbgjbeaonegad
URL Oficial https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad
Descrição Distraction deterrent!
Tamanho do Arquivo 48.29 KB
Contagem de Instalações 712
Versão Atual 0.13
Última Atualização 2019-02-18
Data de Publicação 2019-02-18
Classificação 5.00/5 Total de 16 Avaliações
Desenvolvedor rred
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "10-Second Focus",
    "manifest_version": 2,
    "version": "0.13",
    "description": "Distraction deterrent!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map",
        "view\/deterrent.html"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "10-Second Focus",
        "default_popup": "view\/popup.html"
    }
}