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 |
Eメール | [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 } |