Currents
Replace new tab screen with current time and weather.
Was ist Currents?
Currents ist eine Chrome-Erweiterung, die von https://deadnight7.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab screen with current time and weather.".
Erweiterungsscreenshots
Currents-Erweiterungs-CRX-Datei herunterladen
Laden Sie Currents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replace new tab screen with current time and weather. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fmladbonckfbhdblkcipokdinlnamnif |
| Offizielle URL | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
| Beschreibung | Replace new tab screen with current time and weather. |
| Dateigröße | 2.38 MB |
| Installationsanzahl | 52 |
| Aktuelle Version | 3.4.0 |
| Letztes Update | 2020-08-18 |
| Veröffentlichungsdatum | 2020-08-18 |
| Entwickler | https://deadnight7.github.io |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |