Weathery (weather)
A clean and simple weather app.
Weathery (weather) क्या है?
Weathery (weather) eky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clean and simple weather app."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weathery (weather) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location. ************************ Features: * Icon live updates with current weather * Current weather * 15h forecast * 5 day forecast * Choose between metric or imperial units * Search over 200 000 cities worldwide ************************ This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org
एक्सटेंशन की मूल जानकारी
नाम | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
आधिकारिक URL | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
विवरण | A clean and simple weather app. |
फ़ाइल का आकार | 317 KB |
स्थापना संख्या | 818 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2016-01-11 |
प्रकाशन तिथि | 2016-01-10 |
रेटिंग | 3.58/5 कुल 12 रेटिंग्स |
डेवलपर | eky |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weathery (weather)", "short_name": "Weathery", "description": "A clean and simple weather app.", "version": "0.1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/favicons19\/02.png", "38": "icons\/favicons38\/02.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/updateIcon.js" ], "persistant": false }, "permissions": [ "storage", "alarms" ] } |