万年历

日历和中国万年历,包含备忘录

Wat is 万年历?

万年历 is een Chrome-extensie ontwikkeld door lutaoact, 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

                        一个很好用的万年历,之前的作者不维护了,我重新让它能运行起来,喜欢的用户可以下载试用。                    

Basisinformatie over de Extensie

Naam 万年历 万年历
ID iloeilklhbgibknpgalohmlginkecodh
Officiële URL https://chromewebstore.google.com/detail/%E4%B8%87%E5%B9%B4%E5%8E%86/iloeilklhbgibknpgalohmlginkecodh
Beschrijving 日历和中国万年历,包含备忘录
Bestandsgrootte 268 KB
Aantal Installaties 191
Huidige Versie 2.0.0
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar lutaoact
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lutaoact/chrome-extension-calendar
Help Pagina-URL https://github.com/lutaoact/chrome-extension-calendar
Ondersteunde Talen zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/jquery-min.js",
                "scripts\/wannianli-m-min.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\u65e5\u5386\u548c\u4e2d\u56fd\u4e07\u5e74\u5386\uff0c\u5305\u542b\u5907\u5fd8\u5f55",
    "icons": {
        "48": "icon_48x48.png"
    },
    "manifest_version": 2,
    "name": "\u4e07\u5e74\u5386",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0"
}