Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

什么是Current Weather - New Tab?

Current Weather - New Tab是由Antech Development开发的Chrome扩展程序,该扩展的主要功能是“Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!”。

扩展截图

screenshot
screenshot
screenshot

下载Current Weather - New Tab扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
官方URL https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
简介 Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
文件大小 614 KB
安装次数 5,035
当前版本 1.1
更新时间 2016-02-02
上架时间 2016-02-01
评分 3.88/5 共16次评分
开发者 Antech Development
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.antechdevelopment.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}