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…

Was ist Better things to do?

Better things to do ist eine Chrome-Erweiterung, die von Artem Tyurin entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

Better things to do-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better things to do-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Offizielle URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Beschreibung 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…
Dateigröße 383 KB
Installationsanzahl 13
Aktuelle Version 0.0.5
Letztes Update 2017-02-25
Veröffentlichungsdatum 2017-02-25
Entwickler Artem Tyurin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/agentcooper/better-things-to-do
Hilfeseite URL https://github.com/agentcooper/better-things-to-do/issues
Unterstützte Sprachen 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"
    ]
}