日历

提供日历及节假日查询,随时了解日期安排。

Cos'è 日历?

日历 è un'estensione di Chrome sviluppata da adsaferz, e la sua funzione principale è "提供日历及节假日查询,随时了解日期安排。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 日历

Scarica i file di estensione 日历 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        简单好用的日历工具,实时查看日程安排,还可以预先了解节假日放假情况,提前准备。                    

Informazioni di Base sull'Estensione

Nome 日历 日历
ID aempjbfhhfooifnadnhfpmoipelcbaia
URL Ufficiale https://chromewebstore.google.com/detail/%E6%97%A5%E5%8E%86/aempjbfhhfooifnadnhfpmoipelcbaia
Descrizione 提供日历及节假日查询,随时了解日期安排。
Dimensione del File 69.97 KB
Conteggio Installazioni 57
Versione Corrente 3.1.114
Ultimo Aggiornamento 2017-06-01
Data di Pubblicazione 2017-06-01
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore adsaferz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.114",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "\u65e5\u5386",
    "description": "\u63d0\u4f9b\u65e5\u5386\u53ca\u8282\u5047\u65e5\u67e5\u8be2\uff0c\u968f\u65f6\u4e86\u89e3\u65e5\u671f\u5b89\u6392\u3002",
    "icons": {
        "19": "images\/19.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/md5.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "pop.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "unlimitedStorage",
        "management"
    ]
}