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…
Qu'est-ce que Forecastfox Lite ?
Forecastfox Lite est une extension Chrome développée par http://getforecastfox.com, et sa fonction principale est "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forecastfox Lite
Téléchargez les fichiers d'extension Forecastfox Lite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Officiel | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Description | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Taille du Fichier | 175 KB |
Nombre d'Installations | 2,170 |
Version Actuelle | 22 |
Dernière Mise à Jour | 2013-05-21 |
Date de Publication | 2013-05-21 |
Évaluation | 2.43/5 Total 206 Évaluations |
Développeur | http://getforecastfox.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |