Weather Clock for Chrome
New tab screen with current time and weather.
Qu'est-ce que Weather Clock for Chrome ?
Weather Clock for Chrome est une extension Chrome développée par Next Things Apps, et sa fonction principale est "New tab screen with current time and weather.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Weather Clock for Chrome
Téléchargez les fichiers d'extension Weather Clock for Chrome 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
Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.
Informations de Base sur l'Extension
Nom | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
URL Officiel | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Description | New tab screen with current time and weather. |
Taille du Fichier | 2.21 MB |
Nombre d'Installations | 383 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-09-04 |
Date de Publication | 2019-09-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Next Things Apps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Clock for Chrome", "version": "1.0.0", "manifest_version": 2, "options_page": "app\/index.html#\/drawer\/settings", "icons": { "16": "images\/icon16.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "description": "New tab screen with current time and weather.", "background": { "scripts": [ "app\/underscore.js", "app\/background.js" ] }, "chrome_url_overrides": { "newtab": "app\/index.html" }, "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'" } |