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…

Wat is Forecastfox Lite?

Forecastfox Lite is een Chrome-extensie ontwikkeld door http://getforecastfox.com, en de belangrijkste functie is "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Forecastfox Lite

Download Forecastfox Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
Officiële URL https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo
Beschrijving Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Bestandsgrootte 175 KB
Aantal Installaties 2,170
Huidige Versie 22
Laatst Bijgewerkt 2013-05-21
Publicatiedatum 2013-05-21
Beoordeling 2.43/5 Totaal 206 Beoordelingen
Ontwikkelaar http://getforecastfox.com
Betalingswijze free
Ondersteunde Talen 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
    }
}