e-clock
Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more
Qu'est-ce que e-clock ?
e-clock est une extension Chrome développée par Yuriy Husnay, et sa fonction principale est "Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension e-clock
Téléchargez les fichiers d'extension e-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
e-clock is a new tab replacement which shows you the current time and the weather. Lets you completely customize its look and feel. ★Minimal design, decent level of customization★ ★Simple elegant, runs well★ ★Funky and very comfortable★ Features: ✔ current time and date in 24 or 12 hour format ✔ local weather forecast ✔ quick access to default apps, bookmarks, history and more ✔ plenty of customization options(backgrounds, colors, fonts, etc.) If you have any idea, feature request, question or found a bug, please, add your feedback so I can improve e-clock.
Informations de Base sur l'Extension
Nom | e-clock |
ID | ojhhcfhabhligodffabdhcaoicecaboo |
URL Officiel | https://chromewebstore.google.com/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo |
Description | Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more |
Taille du Fichier | 19.55 MB |
Nombre d'Installations | 20,000 |
Version Actuelle | 3.6.1 |
Dernière Mise à Jour | 2019-10-15 |
Date de Publication | 2019-10-15 |
Évaluation | 4.65/5 Total 719 Évaluations |
Développeur | Yuriy Husnay |
Type de Paiement | free |
Langues Prises en Charge | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-clock", "version": "3.6.1", "description": "__MSG_i18nShortDescription__", "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "permissions": [ "storage", "geolocation" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |