节假日历 - 中国节假日信息
提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排
Qu'est-ce que 节假日历 - 中国节假日信息 ?
节假日历 - 中国节假日信息 est une extension Chrome développée par https://diary8.com, et sa fonction principale est "提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排".
Captures d'Écran de l'Extension
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 | kkbdhhchmfmleeenkdkgckbgalglcnog |
URL Officiel | https://chromewebstore.google.com/detail/%E8%8A%82%E5%81%87%E6%97%A5%E5%8E%86-%E4%B8%AD%E5%9B%BD%E8%8A%82%E5%81%87%E6%97%A5%E4%BF%A1%E6%81%AF/kkbdhhchmfmleeenkdkgckbgalglcnog |
Description | 提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排 |
Taille du Fichier | 119 KB |
Nombre d'Installations | 102 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-05-04 |
Date de Publication | 2020-05-04 |
Développeur | https://diary8.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
URL de la Page d'Aide | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "version": "1.0.0", "description": "__MSG_appDescription__", "short_name": "__MSG_appShortName__", "icons": { "16": "icon\/logo-16.png", "48": "icon\/logo-48.png", "128": "icon\/logo-128.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": { "16": "icon\/logo-16.png", "32": "icon\/logo-32.png" }, "default_popup": "dist\/popup.html" }, "background": { "page": "dist\/background.html" }, "permissions": [ "storage", "*:\/\/gaoming13.oss-cn-hangzhou.aliyuncs.com\/*" ], "default_locale": "zh_CN", "homepage_url": "https:\/\/github.com\/gaoming13\/calendar-chrome-extension" } |