Weather Widget New Tab Page
A new tab page using Dark Sky weather data
What is Weather Widget New Tab Page?
Weather Widget New Tab Page is a Chrome extension developed by Brett Nelson, and its main feature is "A new tab page using Dark Sky weather data".
Extension Screenshots
Download Weather Widget New Tab Page Extension CRX File
Download Weather Widget New Tab Page 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
... a weather widget using data from Dark Sky to get weather information for your location. You can search for any place and update the widget, get relevant links for Dark Sky and Google Maps, save your searches if you want, and customize appearance options.
Extension Basic Information
Name | Weather Widget New Tab Page |
ID | fecpjkhachlmnblhbmfldinkhfjeckkd |
Official URL | https://chromewebstore.google.com/detail/weather-widget-new-tab-pa/fecpjkhachlmnblhbmfldinkhfjeckkd |
Description | A new tab page using Dark Sky weather data |
File Size | 39.41 KB |
Installation Count | 376 |
Current Version | 2.2 |
Last Updated | 2020-01-15 |
Publish Date | 2020-01-14 |
Rating | 4.00/5 Total 13 Ratings |
Developer | Brett Nelson |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Widget New Tab Page", "description": "A new tab page using Dark Sky weather data", "version": "2.2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "geolocation", "storage" ], "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'" } |