Calendar
Day, Month and Year
什麼是Calendar?
Calendar是由https://mythical5th.com開發的Chrome擴展程式,該擴展的主要功能是“Day, Month and Year”。
擴展截圖
下載Calendar擴展crx文件
下載Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keyboard shortcut: Alt+C To change the default, go to chrome://extensions/shortcuts September 2023: With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.
擴展基本資訊
名稱 | Calendar |
ID | ndfdimandiclndjddnhkhjleeadcppcj |
官方網址 | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
簡介 | Day, Month and Year |
檔案大小 | 8.15 KB |
安裝次數 | 48 |
目前版本 | 4.1 |
更新時間 | 2024-02-10 |
上架時間 | 2021-03-01 |
開發者 | https://mythical5th.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://mythical5th.com/policies/chromeWebStore.html |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Calendar", "version": "4.1", "description": "Day, Month and Year", "short_name": "Calendar", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C" } } }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "action": { "default_title": "Calendar", "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png" } } } |