天气精灵

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

天气精灵란 무엇입니까?

天气精灵은(는) 75955cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "最便捷、最精准的天气资讯插件!"입니다.

확장 프로그램 스크린샷

screenshot

天气精灵 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        天气精灵是一款免费的天气信息展示软件, 数据来源于中国气象局,包含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"
    ]
}