天气精灵

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

天气精灵とは何ですか?

天气精灵は75955cnによって開発されたChromeの拡張機能で、その主な機能は「最便捷、最精准的天气资讯插件!」です。

拡張機能のスクリーンショット

screenshot

天气精灵拡張機能のCRXファイルをダウンロード

天气精灵拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 天气精灵 天气精灵
ID bdipdlandnleafgcpgmldjmcemlohpll
公式URL 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"
    ]
}