Weather Clock for Chrome
New tab screen with current time and weather.
Was ist Weather Clock for Chrome?
Weather Clock for Chrome ist eine Chrome-Erweiterung, die von Next Things Apps entwickelt wurde, und ihr Hauptmerkmal ist "New tab screen with current time and weather.".
Erweiterungsscreenshots
Weather Clock for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather Clock for Chrome-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | adknmgojfoolkhflnjbjhnahaagjgogd |
| Offizielle URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
| Beschreibung | New tab screen with current time and weather. |
| Dateigröße | 2.21 MB |
| Installationsanzahl | 383 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-09-04 |
| Veröffentlichungsdatum | 2019-09-04 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Next Things Apps |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |