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 |
官方URL | 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 } |