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.
拡張機能の基本情報
名前 | Simple Calendar |
ID | cibnaiaedegbllcicgigdlpmgglhoaee |
公式URL | 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 |
Eメール | [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" } } |