Sky Timer

You don't even need the keyboard! Easy to use, do not focus on time. Keep it to the SkyTimer.

Τι είναι το Sky Timer;

Το Sky Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://it-prom.com, και η κύρια λειτουργία του είναι "You don't even need the keyboard! Easy to use, do not focus on time. Keep it to the SkyTimer.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Sky Timer

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

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

                        * Use the pointer or press on anchor (5,15,30,45,1h)  and choose the time you want to measure. 
* Choose the sound to notify you about time is over.
* Pointer will track the time. You can check the time left on extension or the icon on extension.
* When the time will over - you will be notified with chosen sound.

... may the time be with you.

-------------
1.84 - Background time countdown fixed.                    

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

Όνομα Sky Timer Sky Timer
ID kdmnjgafhlnngnhohfjfaoknbooeadng
Επίσημο URL https://chrome.google.com/webstore/detail/sky-timer/kdmnjgafhlnngnhohfjfaoknbooeadng
Περιγραφή You don't even need the keyboard! Easy to use, do not focus on time. Keep it to the SkyTimer.
Μέγεθος Αρχείου 1.77 MB
Αριθμός Εγκαταστάσεων 63
Τρέχουσα Έκδοση 1.84
Τελευταία Ενημέρωση 2020-02-04
Ημερομηνία Δημοσίευσης 2020-01-31
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής http://it-prom.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,en-GB,en-US,fr,tr,es,it,lv,pl,pt-BR,pt-PT,ro,sv,ru,th,zh-CN,zh-TW
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png",
            "19": "events_19.png",
            "38": "events_38.png",
            "50": "icon_50.png"
        },
        "default_popup": "index.html",
        "default_title": "Timer for Google Chrome \u2122"
    },
    "description": "You don't even need the keyboard! Easy to use, do not focus on time. Keep it to the SkyTimer.",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkgLwKeGb\/DqEMtTccI40ZZbDeX8EiXKf859QMoPc29FDGhll\/9diygOlrKO+ffj1TMdEklltSZE7I37pvmFN8jtoyljLwCRv88RgCR2svN8BajuBPirsS1x5iYBlisIzqZrNvjIM\/aShoWW2\/c3PyeFEF0LJyrBmHgecjhPMs49h9b0YacocidmGnD1LdmnWY6ORKxQ0QpdvprPsHGfnnFE4W8G+2y7Mc8N4R21IBabw+H6d\/PK5VLXdkBFYMMx7nd+TIAjUGiePOmJs+uQ8zJFSPhhJlh5twuSZsOtqz0UUcYoA6OcK6YrdGMPOAfPPDJFQvjcnISIwKQ+LC\/nmRQIDAQAB",
    "manifest_version": 2,
    "name": "Sky Timer",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "contextMenus",
        "cookies",
        "notifications",
        "http:\/\/developer.chrome.com\/*"
    ],
    "short_name": "Sky Timer",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.84"
}