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. 扩展基本信息
| 名称 | |
| ID | ndfdimandiclndjddnhkhjleeadcppcj |
| 官方URL | 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"
}
}
} | |