Google Calendar Resize Sidebar
Chrome extension for resizing Google Calendar sidebar.
Google Calendar Resize Sidebarとは何ですか?
Google Calendar Resize Sidebarはota2000によって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for resizing Google Calendar sidebar.」です。
拡張機能のスクリーンショット
Google Calendar Resize Sidebar拡張機能のCRXファイルをダウンロード
Google Calendar Resize Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides a single feature that makes Google Calendar useful. Make the width of the left side menu variable. You can adjust the width as you like by sliding the knob on the lower right of the left side menu.
拡張機能の基本情報
名前 | Google Calendar Resize Sidebar |
ID | jahcciegnhkkdoflkeifhadaopppgkac |
公式URL | https://chromewebstore.google.com/detail/google-calendar-resize-si/jahcciegnhkkdoflkeifhadaopppgkac |
説明 | Chrome extension for resizing Google Calendar sidebar. |
ファイルサイズ | 86.81 KB |
インストール数 | 324 |
現在のバージョン | 0.0.1 |
最終更新日 | 2023-02-21 |
公開日 | 2023-02-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ota2000 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Resize Sidebar", "author": "Yasuhiro Arakaki", "description": "Chrome extension for resizing Google Calendar sidebar.", "version": "0.0.1", "manifest_version": 3, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "css": [ "style.css" ] } ] } |