Weather Clock for Chrome
New tab screen with current time and weather.
What is Weather Clock for Chrome?
Weather Clock for Chrome is a Chrome extension developed by Next Things Apps, and its main feature is "New tab screen with current time and weather.".
Extension Screenshots
Download Weather Clock for Chrome Extension CRX File
Download Weather Clock for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
Official URL | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Description | New tab screen with current time and weather. |
File Size | 2.21 MB |
Installation Count | 383 |
Current Version | 1.0.0 |
Last Updated | 2019-09-04 |
Publish Date | 2019-09-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Next Things Apps |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |