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…

Qu'est-ce que Better things to do ?

Better things to do est une extension Chrome développée par Artem Tyurin, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Better things to do

Téléchargez les fichiers d'extension Better things to do au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
URL Officiel https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Description 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…
Taille du Fichier 383 KB
Nombre d'Installations 13
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-02-25
Date de Publication 2017-02-25
Développeur Artem Tyurin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/agentcooper/better-things-to-do
URL de la Page d'Aide https://github.com/agentcooper/better-things-to-do/issues
Langues Prises en Charge 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"
    ]
}