Simple Calendar
A fast calendar that shows next month and supports events.
什么是Simple Calendar?
Simple Calendar是由jmigpin开发的Chrome扩展程序,该扩展的主要功能是“A fast calendar that shows next month and supports events.”。
扩展截图
下载Simple Calendar扩展crx文件
下载Simple Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Yeap, a simple calendar. Shows next month as well and supports events.
v0.7: fix sunday/monday headers issue; de-style select year border; center icon logo vertically;
v0.6: added option to select first day of the week.
v0.5: updated manifest file to version 3; improvements to year selection.
v0.4: updated manifest file to version 2 as required by Google.
v0.3: new icon; no more background process; show custom flags.
v0.2: added events; remembers last selected month.
v0.1: first release. 扩展基本信息
| 名称 | |
| ID | cibnaiaedegbllcicgigdlpmgglhoaee |
| 官方URL | https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee |
| 简介 | A fast calendar that shows next month and supports events. |
| 文件大小 | 20.45 KB |
| 安装次数 | 609 |
| 当前版本 | 0.7 |
| 更新时间 | 2024-02-08 |
| 上架时间 | 2013-06-14 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | jmigpin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Calendar",
"description": "A fast calendar that shows next month and supports events.",
"version": "0.7",
"permissions": [],
"action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |