Weather Clock for Chrome
New tab screen with current time and weather.
Wat is Weather Clock for Chrome?
Weather Clock for Chrome is een Chrome-extensie ontwikkeld door Next Things Apps, en de belangrijkste functie is "New tab screen with current time and weather.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weather Clock for Chrome
Download Weather Clock for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | adknmgojfoolkhflnjbjhnahaagjgogd |
| Officiële URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
| Beschrijving | New tab screen with current time and weather. |
| Bestandsgrootte | 2.21 MB |
| Aantal Installaties | 383 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-09-04 |
| Publicatiedatum | 2019-09-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Next Things Apps |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |