Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
Co je Weather Watcher?
Weather Watcher je rozšíření Chrome vyvinuté http://weatherwatch.zilliuns.com, a jeho hlavní funkcí je „Access all of your weather alerts in one place instantly from your New Tab page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Weather Watcher
Stáhněte si soubory rozšíření Weather Watcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall
Základní Informace o Rozšíření
Název | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
Oficiální URL | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
Popis | Access all of your weather alerts in one place instantly from your New Tab page. |
Velikost souboru | 130 KB |
Počet instalací | 64 |
Aktuální Verze | 1.0.0.4 |
Poslední Aktualizace | 2018-10-18 |
Datum Vydání | 2018-10-18 |
Vývojář | http://weatherwatch.zilliuns.com |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Watcher", "version": "1.0.0.4", "description": "Access all of your weather alerts in one place instantly from your New Tab page.", "icons": { "16": "16weatherwatch.jpg", "32": "32weatherwatch.jpg", "48": "48weatherwatch.jpg", "128": "128weatherwatch.jpg" }, "browser_action": { "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |