Holiday Calendar
It's simple and functional.
Holiday Calendarとは何ですか?
Holiday Calendarはgaoming13によって開発されたChromeの拡張機能で、その主な機能は「It's simple and functional.」です。
拡張機能のスクリーンショット
Holiday Calendar拡張機能のCRXファイルをダウンロード
Holiday Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click to see the monthly vacation situation at a glance.
拡張機能の基本情報
名前 | Holiday Calendar |
ID | elbknmciookemhdakoadnmlgohoamkmj |
公式URL | https://chromewebstore.google.com/detail/holiday-calendar/elbknmciookemhdakoadnmlgohoamkmj |
説明 | It's simple and functional. |
ファイルサイズ | 253 KB |
インストール数 | 1,476 |
現在のバージョン | 3.0.0 |
最終更新日 | 2023-01-05 |
公開日 | 2020-06-30 |
評価 | 4.63/5 合計 16 レビュー |
開発者 | gaoming13 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://calendar-crx.diary8.com/index.html |
ヘルプページのURL | http://calendar-crx.diary8.com/index.html |
対応言語 | en,en-GB,en-US,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 3, "version": "3.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" }, "action": { "default_title": "__MSG_appName__", "default_icon": { "16": "icon\/logo-16.png", "32": "icon\/logo-32.png" }, "default_popup": "dist-popup\/index.html" }, "background": { "service_worker": "dist-background\/index.js" }, "host_permissions": [ "*:\/\/calendar-crx.diary8.com\/*" ], "default_locale": "en", "homepage_url": "http:\/\/calendar-crx.diary8.com\/" } |