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文件
下载Google Calendar Color Monday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |