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…

Cos'è Better things to do?

Better things to do è un'estensione di Chrome sviluppata da Artem Tyurin, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better things to do

Scarica i file di estensione Better things to do in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
URL Ufficiale https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Descrizione 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…
Dimensione del File 383 KB
Conteggio Installazioni 13
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-02-25
Data di Pubblicazione 2017-02-25
Sviluppatore Artem Tyurin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/agentcooper/better-things-to-do
URL della Pagina di Aiuto https://github.com/agentcooper/better-things-to-do/issues
Lingue Supportate 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"
    ]
}