Simple Calendar
Simple calendar extension
什麼是Simple Calendar?
Simple Calendar是由matofesi開發的Chrome擴展程式,該擴展的主要功能是“Simple calendar extension”。
擴展截圖
下載Simple Calendar擴展crx文件
下載Simple Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple calendar extension.
It display extension icon and when clicked shows current month calendar with option to switch months, years. Nothing more ;) 擴展基本資訊
| 名稱 | |
| ID | bjldpnokihfighdghbllbncabjnddamm |
| 官方網址 | https://chromewebstore.google.com/detail/simple-calendar/bjldpnokihfighdghbllbncabjnddamm |
| 簡介 | Simple calendar extension |
| 檔案大小 | 430 KB |
| 安裝次數 | 1,796 |
| 目前版本 | 1.3 |
| 更新時間 | 2024-01-26 |
| 上架時間 | 2020-03-04 |
| 評分 | 4.86/5 共 7 次評分 |
| 開發者 | matofesi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "88",
"name": "Simple Calendar",
"permissions": [
"alarms"
],
"short_name": "SimpleCalendar",
"version": "1.3",
"action": {
"default_icon": "images\/icon_16.png",
"default_popup": "main.html"
},
"description": "Simple calendar extension",
"icons": {
"128": "images\/icon_128.png",
"16": "images\/icon_16.png"
}
} | |