Weather Clock for Chrome
New tab screen with current time and weather.
Vad är Weather Clock for Chrome?
Weather Clock for Chrome är en Chrome-tillägg utvecklad av Next Things Apps, och dess huvudfunktion är "New tab screen with current time and weather.".
Tilläggsskärmbilder
Ladda ner Weather Clock for Chrome-förlängningens CRX-fil
Ladda ner Weather Clock for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
Officiell webbadress | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Beskrivning | New tab screen with current time and weather. |
Filstorlek | 2.21 MB |
Antal Installationer | 383 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-09-04 |
Publiceringsdatum | 2019-09-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Next Things Apps |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |