Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
Vad är Weather Watcher?
Weather Watcher är en Chrome-tillägg utvecklad av http://weatherwatch.zilliuns.com, och dess huvudfunktion är "Access all of your weather alerts in one place instantly from your New Tab page.".
Tilläggsskärmbilder
Ladda ner Weather Watcher-förlängningens CRX-fil
Ladda ner Weather Watcher-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
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
Grundläggande Information om Tillägg
Namn | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
Officiell webbadress | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
Beskrivning | Access all of your weather alerts in one place instantly from your New Tab page. |
Filstorlek | 130 KB |
Antal Installationer | 64 |
Aktuell Version | 1.0.0.4 |
Senast Uppdaterad | 2018-10-18 |
Publiceringsdatum | 2018-10-18 |
Utvecklare | http://weatherwatch.zilliuns.com |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |