Weather
Simply stunning weather app for your blank tabs. Watch the weather !
Weather क्या है?
Weather jkrivda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply stunning weather app for your blank tabs. Watch the weather !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
विवरण | Simply stunning weather app for your blank tabs. Watch the weather ! |
फ़ाइल का आकार | 1.16 MB |
स्थापना संख्या | 472 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2015-09-22 |
प्रकाशन तिथि | 2015-09-22 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | jkrivda |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather", "short_name": "Weather for your blank tab", "description": "Simply stunning weather app for your blank tabs. Watch the weather !", "version": "0.2", "permissions": [ "history", "tabs", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/*" ], "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/index.js", "js\/modernizr.js", "js\/prefixfree.min.js" ] }, "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/; default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/ object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |