Digital Clock
Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Qu'est-ce que Digital Clock ?
Digital Clock est une extension Chrome développée par https://digital-clock-tab.com, et sa fonction principale est "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Digital Clock
Téléchargez les fichiers d'extension Digital Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Digital Clock |
ID | najeaplkngkldnnnbfoijgofleoaoifj |
URL Officiel | https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj |
Description | Extension for display the current time, date and day of the week, temprature like seven-segment clock faces. |
Taille du Fichier | 661 KB |
Nombre d'Installations | 46,160 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-04-13 |
Date de Publication | 2022-11-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://digital-clock-tab.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://digital-clock-tab.com/ |
URL de la Page de Politique de Confidentialité | https://questa.mobi/privacy |
Langues Prises en Charge | 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" ] } |