Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

O que é Better things to do?

Better things to do é uma extensão do Chrome desenvolvida por Artem Tyurin, e sua principal característica é "Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Better things to do

Baixe arquivos de extensão Better things to do 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

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

Informações Básicas da Extensão

Nome Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
URL Oficial https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Descrição Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
Tamanho do Arquivo 383 KB
Contagem de Instalações 13
Versão Atual 0.0.5
Última Atualização 2017-02-25
Data de Publicação 2017-02-25
Desenvolvedor Artem Tyurin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/agentcooper/better-things-to-do
URL da Página de Ajuda https://github.com/agentcooper/better-things-to-do/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}