Digital Clock

Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.

Τι είναι το Digital Clock;

Το Digital Clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://digital-clock-tab.com, και η κύρια λειτουργία του είναι "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

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

screenshot

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

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

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

                        The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces.

Features :
★ Modern digital clock interface
★ Display current location temperature
★ Avoid distractions and improve focus

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

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

Όνομα Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
Επίσημο URL https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
Περιγραφή Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Μέγεθος Αρχείου 661 KB
Αριθμός Εγκαταστάσεων 46,160
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-13
Ημερομηνία Δημοσίευσης 2022-11-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://digital-clock-tab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://digital-clock-tab.com/
URL της Σελίδας Πολιτικής Απορρήτου https://questa.mobi/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Clock",
    "short_name": "Digital Clock",
    "version": "1.0.2",
    "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Digital Clock"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "geolocation"
    ]
}