节假日历 - 中国节假日信息
提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排
节假日历 - 中国节假日信息とは何ですか?
节假日历 - 中国节假日信息はhttps://diary8.comによって開発されたChromeの拡張機能で、その主な機能は「提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排」です。
拡張機能のスクリーンショット
节假日历 - 中国节假日信息拡張機能のCRXファイルをダウンロード
节假日历 - 中国节假日信息拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
节假日历提供最权威最准确的日历和节假日信息查询
拡張機能の基本情報
名前 | 节假日历 - 中国节假日信息 |
ID | kkbdhhchmfmleeenkdkgckbgalglcnog |
公式URL | 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 |
説明 | 提供最新中国节假日信息,支持农历日期显示。界面干净整洁,一目了然,随时了解日期安排 |
ファイルサイズ | 119 KB |
インストール数 | 102 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-05-04 |
公開日 | 2020-05-04 |
開発者 | https://diary8.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
ヘルプページのURL | https://gaoming13.oss-cn-hangzhou.aliyuncs.com/holiday/support.html |
対応言語 | 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" } |