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…

Wat is Better things to do?

Better things to do is een Chrome-extensie ontwikkeld door Artem Tyurin, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Better things to do

Download Better things to do-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Officiële URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Beschrijving 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…
Bestandsgrootte 383 KB
Aantal Installaties 13
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-02-25
Publicatiedatum 2017-02-25
Ontwikkelaar Artem Tyurin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/agentcooper/better-things-to-do
Help Pagina-URL https://github.com/agentcooper/better-things-to-do/issues
Ondersteunde Talen 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"
    ]
}