Digital Clock

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

Cos'è Digital Clock?

Digital Clock è un'estensione di Chrome sviluppata da https://digital-clock-tab.com, e la sua funzione principale è "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Digital Clock

Scarica i file di estensione Digital Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
URL Ufficiale https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
Descrizione Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Dimensione del File 661 KB
Conteggio Installazioni 46,160
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2022-11-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://digital-clock-tab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://digital-clock-tab.com/
URL della Pagina della Politica sulla Privacy https://questa.mobi/privacy
Lingue Supportate 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"
    ]
}