The Weather
Look at THE WEATHER: easy, quick and concise
Vad är The Weather?
The Weather är en Chrome-tillägg utvecklad av http://www.kissappsl.com, och dess huvudfunktion är "Look at THE WEATHER: easy, quick and concise".
Tilläggsskärmbilder
Ladda ner The Weather-förlängningens CRX-fil
Ladda ner The Weather-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
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
Grundläggande Information om Tillägg
Namn | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
Beskrivning | Look at THE WEATHER: easy, quick and concise |
Filstorlek | 162 KB |
Antal Installationer | 42 |
Aktuell Version | 1.01 |
Senast Uppdaterad | 2021-02-10 |
Publiceringsdatum | 2020-12-26 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://www.kissappsl.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | http://kissappsl.com/app/the-weather-extension/ |
Hjälpsida URL | http://kissappsl.com |
URL till Sekretesspolicy Sidan | http://kissappsl.com/pages/privacy-policy |
Stödda Språk | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |