Google Calendar Color Monday
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
Google Calendar Color Monday란 무엇입니까?
Google Calendar Color Monday은(는) http://suekichi.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Calendar の土日に色をつけます。月曜始まりに対応しています。"입니다.
Google Calendar Color Monday 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
확장 프로그램 기본 정보
이름 | |
ID | nlmabfjnjemdhlpkanlgbpgblenggbme |
공식 URL | https://chrome.google.com/webstore/detail/google-calendar-color-mon/nlmabfjnjemdhlpkanlgbpgblenggbme |
설명 | Google Calendar の土日に色をつけます。月曜始まりに対応しています。 |
파일 크기 | 8.54 KB |
설치 횟수 | 1,255 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2015-11-13 |
출시 날짜 | 2015-11-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://suekichi.org |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |