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…
Co je Forecastfox Lite?
Forecastfox Lite je rozšíření Chrome vyvinuté http://getforecastfox.com, a jeho hlavní funkcí je „Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Forecastfox Lite
Stáhněte si soubory rozšíření Forecastfox Lite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
Oficiální URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Popis | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Velikost souboru | 175 KB |
Počet instalací | 2,170 |
Aktuální Verze | 22 |
Poslední Aktualizace | 2013-05-21 |
Datum Vydání | 2013-05-21 |
Hodnocení | 2.43/5 Celkem 206 Hodnocení |
Vývojář | http://getforecastfox.com |
Typ Platby | free |
Podporované Jazyky | 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 } } |