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 |
| 官方網址 | 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"
}
} | |