天气精灵

最便捷、最精准的天气资讯插件!

什麼是天气精灵?

天气精灵是由75955cn開發的Chrome擴展程式,該擴展的主要功能是“最便捷、最精准的天气资讯插件!”。

擴展截圖

screenshot

下載天气精灵擴展crx文件

下載天气精灵擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        天气精灵是一款免费的天气信息展示软件, 数据来源于中国气象局,包含2300个以上中国城市天气预报数据,为您的工作出行,穿衣洗车提供最有用的信息,欢迎使用。                    

擴展基本資訊

名稱 天气精灵 天气精灵
ID bdipdlandnleafgcpgmldjmcemlohpll
官方網址 https://chrome.google.com/webstore/detail/%E5%A4%A9%E6%B0%94%E7%B2%BE%E7%81%B5/bdipdlandnleafgcpgmldjmcemlohpll
簡介 最便捷、最精准的天气资讯插件!
檔案大小 376 KB
安裝次數 24
目前版本 1.0.1
更新時間 2015-10-05
上架時間 2015-10-05
評分 4.00/5 共 1 次評分
開發者 75955cn
付費類型 free
支援的語言 en,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_32.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "zh_CN",
    "description": "\u6700\u4fbf\u6377\u3001\u6700\u7cbe\u51c6\u7684\u5929\u6c14\u8d44\u8baf\u63d2\u4ef6\uff01",
    "icons": {
        "256": "\/images\/icon_256.png",
        "128": "\/images\/icon_128.png",
        "32": "\/images\/icon_32.png",
        "16": "\/images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "\u5929\u6c14\u7cbe\u7075",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "js\/contentscript.js"
    ]
}