Currents
Replace new tab screen with current time and weather.
Qu'est-ce que Currents ?
Currents est une extension Chrome développée par https://deadnight7.github.io, et sa fonction principale est "Replace new tab screen with current time and weather.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Currents
Téléchargez les fichiers d'extension Currents 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
Replace new tab screen with current time and weather.
Informations de Base sur l'Extension
Nom | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
URL Officiel | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Description | Replace new tab screen with current time and weather. |
Taille du Fichier | 2.38 MB |
Nombre d'Installations | 52 |
Version Actuelle | 3.4.0 |
Dernière Mise à Jour | 2020-08-18 |
Date de Publication | 2020-08-18 |
Développeur | https://deadnight7.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'", "default_locale": "en", "description": "Replace new tab screen with current time and weather.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Currents", "options_page": "app\/index.html#\/drawer\/settings", "permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0" } |