Digital Clock

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

Wat is Digital Clock?

Digital Clock is een Chrome-extensie ontwikkeld door https://digital-clock-tab.com, en de belangrijkste functie is "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Digital Clock

Download Digital Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
Officiële URL https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
Beschrijving Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Bestandsgrootte 661 KB
Aantal Installaties 46,160
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2022-11-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://digital-clock-tab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://digital-clock-tab.com/
URL van de Privacybeleid Pagina https://questa.mobi/privacy
Ondersteunde Talen 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"
    ]
}