Weather Tab

A beautifully simple 5 day forecast, every time you open a new tab.

什么是Weather Tab?

Weather Tab是由Brett Marshall开发的Chrome扩展程序,该扩展的主要功能是“A beautifully simple 5 day forecast, every time you open a new tab.”。

扩展截图

screenshot
screenshot

下载Weather Tab扩展crx文件

下载Weather Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The weather is based off your IP address. This is currently only available in the USA and Canada.

-------------------------
Future plans include:
-------------------------

Having a location picker, in case the IP address location is not correct.
More descriptive icons
More descriptive backgrounds.                    

扩展基本信息

名称 Weather Tab Weather Tab
ID jkodnifelbhifjfgpkgdacnpibholcna
官方URL https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna
简介 A beautifully simple 5 day forecast, every time you open a new tab.
文件大小 42.68 KB
安装次数 25
当前版本 1.0.3
更新时间 2017-01-03
上架时间 2017-01-03
评分 5.00/5 共1次评分
开发者 Brett Marshall
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "description": "A beautifully simple 5 day forecast, every time you open a new tab.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "extension-logo-32.png",
        "32": "extension-logo-64.png",
        "48": "extension-logo-96.png",
        "128": "extension-logo-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}