Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Forecastfox Lite क्या है?
Forecastfox Lite http://getforecastfox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forecastfox Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
विवरण | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
फ़ाइल का आकार | 175 KB |
स्थापना संख्या | 2,170 |
वर्तमान संस्करण | 22 |
अंतिम अपडेट | 2013-05-21 |
प्रकाशन तिथि | 2013-05-21 |
रेटिंग | 2.43/5 कुल 206 रेटिंग्स |
डेवलपर | http://getforecastfox.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |