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…

Co to jest Forecastfox Lite?

Forecastfox Lite to rozszerzenie Chrome opracowane przez http://getforecastfox.com, a jego główną funkcją jest „Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forecastfox Lite

Pobierz pliki rozszerzeń Forecastfox Lite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
Oficjalny URL https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo
Opis Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Rozmiar pliku 175 KB
Liczba instalacji 2,170
Aktualna Wersja 22
Ostatnia Aktualizacja 2013-05-21
Data Publikacji 2013-05-21
Ocena 2.43/5 Łącznie 206 Oceny
Deweloper http://getforecastfox.com
Typ Płatności free
Obsługiwane Języki 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
    }
}