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…

Τι είναι το Better things to do;

Το Better things to do είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Artem Tyurin, και η κύρια λειτουργία του είναι "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…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better things to do

Λήψη αρχείων επέκτασης Better things to do σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Επίσημο URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Περιγραφή 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…
Μέγεθος Αρχείου 383 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2017-02-25
Ημερομηνία Δημοσίευσης 2017-02-25
Προγραμματιστής Artem Tyurin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/agentcooper/better-things-to-do
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/agentcooper/better-things-to-do/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}