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…

What is Forecastfox Lite?

Forecastfox Lite is a Chrome extension developed by http://getforecastfox.com, and its main feature 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…".

Extension Screenshots

screenshot

Download Forecastfox Lite Extension CRX File

Download Forecastfox Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
Official URL 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…
File Size 175 KB
Installation Count 2,170
Current Version 22
Last Updated 2013-05-21
Publish Date 2013-05-21
Rating 2.43/5 Total 206 Ratings
Developer http://getforecastfox.com
Payment Type free
Supported Languages 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
    }
}