Weather Radar Tab
Shows US weather radar in new tab.
What is Weather Radar Tab?
Weather Radar Tab is a Chrome extension developed by Richard Keller, and its main feature is "Shows US weather radar in new tab.".
Extension Screenshots
Download Weather Radar Tab Extension CRX File
Download Weather Radar Tab 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
Turn your new tab into an awesome weather radar loop! Each time you open a new tab, you will see the latest weather radar loop from the NWS website. https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOm51bGwsImNlbnRlciI6Wy05NC44MjgsMzUuNzY0XSwiem9vbSI6NX0sImJhc2UiOiJzdGFuZGFyZCIsImNvdW50eSI6ZmFsc2UsImN3YSI6ZmFsc2UsInN0YXRlIjpmYWxzZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOmZhbHNlfQ%3D%3D#/
Extension Basic Information
Name | |
ID | aoicjgnacfbfhdndajpgcekddhkeeigk |
Official URL | https://chromewebstore.google.com/detail/weather-radar-tab/aoicjgnacfbfhdndajpgcekddhkeeigk |
Description | Shows US weather radar in new tab. |
File Size | 1.25 MB |
Installation Count | 219 |
Current Version | 0.0.2 |
Last Updated | 2021-04-04 |
Publish Date | 2017-09-19 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Richard Keller |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Radar Tab", "version": "0.0.2", "manifest_version": 2, "description": "Shows US weather radar in new tab.", "homepage_url": "http:\/\/richardkeller.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |