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…

Hvad er Better things to do?

Better things to do er en Chrome-udvidelse udviklet af Artem Tyurin, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Better things to do-udvidelses-CRX-fil

Download Better things to do-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Officiel URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Beskrivelse 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…
Filstørrelse 383 KB
Antal Installationer 13
Nuværende Version 0.0.5
Senest Opdateret 2017-02-25
Udgivelsesdato 2017-02-25
Udvikler Artem Tyurin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/agentcooper/better-things-to-do
Hjælpeside-URL https://github.com/agentcooper/better-things-to-do/issues
Understøttede Sprog 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"
    ]
}