Google Calendar Color Monday
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
What is Google Calendar Color Monday?
Google Calendar Color Monday is a Chrome extension developed by http://suekichi.org, and its main feature is "Google Calendar の土日に色をつけます。月曜始まりに対応しています。".
Download Google Calendar Color Monday Extension CRX File
Download Google Calendar Color Monday extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
Extension Basic Information
Name | |
ID | nlmabfjnjemdhlpkanlgbpgblenggbme |
Official URL | https://chrome.google.com/webstore/detail/google-calendar-color-mon/nlmabfjnjemdhlpkanlgbpgblenggbme |
Description | Google Calendar の土日に色をつけます。月曜始まりに対応しています。 |
File Size | 8.54 KB |
Installation Count | 1,255 |
Current Version | 1.0.4 |
Last Updated | 2015-11-13 |
Publish Date | 2015-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://suekichi.org |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Color Monday", "version": "1.0.4", "manifest_version": 2, "description": "Google Calendar \u306e\u571f\u65e5\u306b\u8272\u3092\u3064\u3051\u307e\u3059\u3002\u6708\u66dc\u59cb\u307e\u308a\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002", "icons": { "16": "icon_016.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ], "css": [ "content.css" ] } ], "permissions": [ "https:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ] } |