The 20 Second Rule

The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…

O que é The 20 Second Rule?

The 20 Second Rule é uma extensão do Chrome desenvolvida por Brad Dennis, Ph.D., e sua principal característica é "The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The 20 Second Rule

Baixe arquivos de extensão The 20 Second Rule 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

                        The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to get to.  It is based upon the 20 Second Rule in The Happiness Advantage by Shawn Anchor.                    

Informações Básicas da Extensão

Nome The 20 Second Rule The 20 Second Rule
ID mlonnhlhamjoopabmomhbdlddiomojpp
URL Oficial https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp
Descrição The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…
Tamanho do Arquivo 228 KB
Contagem de Instalações 1,113
Versão Atual 1.0
Última Atualização 2014-10-26
Data de Publicação 2014-10-26
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Brad Dennis, Ph.D.
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-off-19.png",
            "38": "icons\/icon-off-38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "The 20 Second Rule"
    },
    "icons": {
        "128": "icons\/icon-off-128.png"
    },
    "name": "The 20 Second Rule",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "web_accessible_resources": [
        "inject\/inject.css"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}