CliMate
This extension allow you to the current weather in any city
什么是CliMate?
CliMate是由tbsrextensions开发的Chrome扩展程序,该扩展的主要功能是“This extension allow you to the current weather in any city”。
扩展截图
下载CliMate扩展crx文件
下载CliMate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A simple, streamlined weather visualizing extension. Nothing more than what's needed.                     扩展基本信息
| 名称 |   |  
| ID | okobmelmklphllhhhfbndaeeemgphdal | 
| 官方URL | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal | 
| 简介 | This extension allow you to the current weather in any city | 
| 文件大小 | 104 KB | 
| 安装次数 | 21 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2017-01-22 | 
| 上架时间 | 2017-01-22 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | tbsrextensions | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CliMate",
    "description": "This extension allow you to the current weather in any city",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for weather"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}  |  |