天气精灵

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

Wat is 天气精灵?

天气精灵 is een Chrome-extensie ontwikkeld door 75955cn, en de belangrijkste functie is "最便捷、最精准的天气资讯插件!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 天气精灵

Download 天气精灵-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 天气精灵 天气精灵
ID bdipdlandnleafgcpgmldjmcemlohpll
Officiële URL https://chrome.google.com/webstore/detail/%E5%A4%A9%E6%B0%94%E7%B2%BE%E7%81%B5/bdipdlandnleafgcpgmldjmcemlohpll
Beschrijving 最便捷、最精准的天气资讯插件!
Bestandsgrootte 376 KB
Aantal Installaties 24
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-10-05
Publicatiedatum 2015-10-05
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 75955cn
Betalingswijze free
Ondersteunde Talen 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"
    ]
}