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…
Hvad er Forecastfox Lite?
Forecastfox Lite er en Chrome-udvidelse udviklet af http://getforecastfox.com, og dens hovedfunktion er "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Udvidelsesskærmbilleder
Download Forecastfox Lite-udvidelses-CRX-fil
Download Forecastfox Lite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
Officiel URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Beskrivelse | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Filstørrelse | 175 KB |
Antal Installationer | 2,170 |
Nuværende Version | 22 |
Senest Opdateret | 2013-05-21 |
Udgivelsesdato | 2013-05-21 |
Bedømmelse | 2.43/5 Samlet 206 Bedømmelser |
Udvikler | http://getforecastfox.com |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |