Clock for Google Chrome™

An analogue clock in the toolbar!

Τι είναι το Clock for Google Chrome™;

Το Clock for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://clockforchrome.appspot.com, και η κύρια λειτουργία του είναι "An analogue clock in the toolbar!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clock for Google Chrome™

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

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

                        This very simple extension places a small analogue clock next to the address box.

Simple as that.

You can add a digital clock, change the colours, add reminders with alerts and there is a full calendar to see if you click the clock, and a full screen clock too...

... or do none of those and simply use the clock as it is. The choice is yours.

All your settings are securely synchronised to all the computers that you use this extension on.

For help and support, take a look at the support pages at ab00a.github.io/clockforgooglechrome

Clock for Google Chrome™ is available in lots of languages.                    

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

Όνομα Clock for Google Chrome™ Clock for Google Chrome™
ID emakkfldeggiinnfcdjkakdfcppbfhdg
Επίσημο URL https://chromewebstore.google.com/detail/clock-for-google-chrome/emakkfldeggiinnfcdjkakdfcppbfhdg
Περιγραφή An analogue clock in the toolbar!
Μέγεθος Αρχείου 348 KB
Αριθμός Εγκαταστάσεων 178,256
Τρέχουσα Έκδοση 2.2.0.2
Τελευταία Ενημέρωση 2023-03-05
Ημερομηνία Δημοσίευσης 2019-08-01
Αξιολόγηση 4.25/5 Συνολικά 1004 Αξιολογήσεις
Προγραμματιστής https://clockforchrome.appspot.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://clockforchrome.appspot.com/site/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://clockforchrome.appspot.com/site/index.html
URL της Σελίδας Πολιτικής Απορρήτου https://clockforchrome.appspot.com/site/privacy.html
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "name": "__MSG_extensionName__",
    "options_page": "html\/options.html",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen",
        "idle"
    ],
    "version": "2.2.0.2",
    "short_name": "__MSG_extensionName__",
    "minimum_chrome_version": "109",
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/popup.html"
    }
}