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…
Was ist Forecastfox Lite?
Forecastfox Lite ist eine Chrome-Erweiterung, die von http://getforecastfox.com entwickelt wurde, und ihr Hauptmerkmal ist "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Erweiterungsscreenshots
Forecastfox Lite-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forecastfox Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | miooijfbinpacpdpfpgpjigoajajelpo |
| Offizielle URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
| Beschreibung | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
| Dateigröße | 175 KB |
| Installationsanzahl | 2,170 |
| Aktuelle Version | 22 |
| Letztes Update | 2013-05-21 |
| Veröffentlichungsdatum | 2013-05-21 |
| Bewertung | 2.43/5 Insgesamt 206 Bewertungen |
| Entwickler | http://getforecastfox.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |