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
    }
}