Google Calendar Gray Weekends
Turn weekend days light gray in Google Calendar
Google Calendar Gray Weekendsとは何ですか?
Google Calendar Gray Weekendsはmsteffen.developerによって開発されたChromeの拡張機能で、その主な機能は「Turn weekend days light gray in Google Calendar」です。
拡張機能のスクリーンショット
Google Calendar Gray Weekends拡張機能のCRXファイルをダウンロード
Google Calendar Gray Weekends拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sets the background color of weekend days to light gray in Google calendar Very simple, and currently US/English only (it has "Saturday" and "Sunday" hard-coded). Source is at https://github.com/msteffen/gcal-gray-weekends (you can report bugs as well)
拡張機能の基本情報
名前 | Google Calendar Gray Weekends |
ID | anbpifeeedchofljolkgmleojmelihom |
公式URL | https://chromewebstore.google.com/detail/google-calendar-gray-week/anbpifeeedchofljolkgmleojmelihom |
説明 | Turn weekend days light gray in Google Calendar |
ファイルサイズ | 6.77 KB |
インストール数 | 2,544 |
現在のバージョン | 0.1.1 |
最終更新日 | 2019-04-29 |
公開日 | 2019-04-29 |
評価 | 4.61/5 合計 18 レビュー |
開発者 | msteffen.developer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/msteffen/gcal-gray-weekends |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Gray Weekends", "version": "0.1.1", "description": "Turn weekend days light gray in Google Calendar", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |