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…

Vad är Forecastfox Lite?

Forecastfox Lite är en Chrome-tillägg utvecklad av http://getforecastfox.com, och dess huvudfunktion är "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".

Tilläggsskärmbilder

screenshot

Ladda ner Forecastfox Lite-förlängningens CRX-fil

Ladda ner Forecastfox Lite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
Officiell webbadress https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo
Beskrivning Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Filstorlek 175 KB
Antal Installationer 2,170
Aktuell Version 22
Senast Uppdaterad 2013-05-21
Publiceringsdatum 2013-05-21
Betyg 2.43/5 Totalt 206 Betyg
Utvecklare http://getforecastfox.com
Betalningssätt free
Stödda Språk 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
    }
}