天气预报

一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。

Qu'est-ce que 天气预报 ?

天气预报 est une extension Chrome développée par http://www.zeakhold.com, et sa fonction principale est "一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 天气预报

Téléchargez les fichiers d'extension 天气预报 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        练手项目,目前支持国内城市天气预报。                    

Informations de Base sur l'Extension

Nom 天气预报 天气预报
ID coconclcbdjgdligkbpibhddiclghjoj
URL Officiel https://chrome.google.com/webstore/detail/%E5%A4%A9%E6%B0%94%E9%A2%84%E6%8A%A5/coconclcbdjgdligkbpibhddiclghjoj
Description 一款Chrome天气预报插件,提供六天天气预报(包括昨天),显示天气、温度、风速及当天空气质量等信息。
Taille du Fichier 167 KB
Nombre d'Installations 185
Version Actuelle 1.4.0
Dernière Mise à Jour 2019-05-08
Date de Publication 2019-05-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://www.zeakhold.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5929\u6c14\u9884\u62a5",
    "version": "1.4.0",
    "description": "\u4e00\u6b3eChrome\u5929\u6c14\u9884\u62a5\u63d2\u4ef6\uff0c\u63d0\u4f9b\u516d\u5929\u5929\u6c14\u9884\u62a5(\u5305\u62ec\u6628\u5929)\uff0c\u663e\u793a\u5929\u6c14\u3001\u6e29\u5ea6\u3001\u98ce\u901f\u53ca\u5f53\u5929\u7a7a\u6c14\u8d28\u91cf\u7b49\u4fe1\u606f\u3002",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "\u5929\u6c14\u9884\u62a5",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/node.zeakhold.com\/*"
    ]
}