Gauges for Netatmo Weather Station
Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required
Gauges for Netatmo Weather Station क्या है?
Gauges for Netatmo Weather Station http://plus.meteoware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gauges for Netatmo Weather Station एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Your weather data have merited a nicer presentation! Beautiful visualization of your Netatmo Station data as weather gauges. Not only the current live weather is visualized with these weather gauges, but also extreme, statistics and historical data can be displayed using them. A MeteowarePlus Account is required. Beta. Update 1.0.8: - settings panel with units We are not a partner, affiliate, or licensee of Netatmo, nor is our company in any other way formally associated with Netatmo.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pgdgaeigglghnbkloncmhelglgcinoph |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gauges-for-netatmo-weathe/pgdgaeigglghnbkloncmhelglgcinoph |
विवरण | Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required |
फ़ाइल का आकार | 609 KB |
स्थापना संख्या | 558 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2016-04-30 |
प्रकाशन तिथि | 2016-04-30 |
रेटिंग | 1.88/5 कुल 8 रेटिंग्स |
डेवलपर | http://plus.meteoware.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://plus.meteoware.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gauges for Netatmo Weather Station", "version": "1.0.8", "manifest_version": 2, "short_name": "Weather Data", "description": "Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/19.png", "default_popup": "popup.html", "default_title": "Weather Station" }, "minimum_chrome_version": "18", "permissions": [ "http:\/\/ws.meteoware.com\/*", "unlimitedStorage", "notifications", "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "img\/*.png", "views\/*.html", "css\/styles.min.css", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/FontAwesome.otf", "js\/scripts-app.min.js", "js\/scripts-vendors.min.js" ] } |