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…

Co je Better things to do?

Better things to do je rozšíření Chrome vyvinuté Artem Tyurin, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better things to do

Stáhněte si soubory rozšíření Better things to do ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Oficiální URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Popis 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…
Velikost souboru 383 KB
Počet instalací 13
Aktuální Verze 0.0.5
Poslední Aktualizace 2017-02-25
Datum Vydání 2017-02-25
Vývojář Artem Tyurin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/agentcooper/better-things-to-do
URL Stránky Nápovědy https://github.com/agentcooper/better-things-to-do/issues
Podporované Jazyky 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"
    ]
}