Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
什麼是Infinite Monthly Calendar?
Infinite Monthly Calendar是由publisher開發的Chrome擴展程式,該擴展的主要功能是“Use the mousewheel to easily scroll between monthly calendars.”。
擴展截圖
下載Infinite Monthly Calendar擴展crx文件
下載Infinite Monthly Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What's new: 1.1.1: * Compressed images to decrease extension package size 1.1.0: * Added option to set Monday as the first day of the week * Added customizable Special Dates list up to 50 special dates
擴展基本資訊
名稱 | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
官方網址 | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
簡介 | Use the mousewheel to easily scroll between monthly calendars. |
檔案大小 | 62.96 KB |
安裝次數 | 476 |
目前版本 | 1.1.1 |
更新時間 | 2016-05-18 |
上架時間 | 2016-05-17 |
評分 | 4.86/5 共 7 次評分 |
開發者 | publisher |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Monthly Calendar", "description": "Use the mousewheel to easily scroll between monthly calendars.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.1", "options_page": "options.html", "browser_action": { "default_title": "Infinite Monthly Calendar", "default_popup": "popup.html" }, "offline_enabled": true } |