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…

Forecastfox Liteとは何ですか?

Forecastfox Liteはhttp://getforecastfox.comによって開発されたChromeの拡張機能で、その主な機能は「Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…」です。

拡張機能のスクリーンショット

screenshot

Forecastfox Lite拡張機能のCRXファイルをダウンロード

Forecastfox Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
公式URL https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo
説明 Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
ファイルサイズ 175 KB
インストール数 2,170
現在のバージョン 22
最終更新日 2013-05-21
公開日 2013-05-21
評価 2.43/5 合計 206 レビュー
開発者 http://getforecastfox.com
支払い方法 free
対応言語 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
    }
}