Google Calendar: Add AND remove calendars
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
什么是Google Calendar: Add AND remove calendars?
Google Calendar: Add AND remove calendars是由Seth Walker开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.”。
下载Google Calendar: Add AND remove calendars扩展crx文件
下载Google Calendar: Add AND remove calendars扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. It also sorts coworkers calendars to put active calendars at the top.
扩展基本信息
名称 | |
ID | dooidmblcmickgannljbomjfccagbhlh |
官方URL | https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh |
简介 | Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. |
文件大小 | 194 KB |
安装次数 | 33 |
当前版本 | 0.1 |
更新时间 | 2014-10-28 |
上架时间 | 2014-10-28 |
开发者 | Seth Walker |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar: Add AND remove calendars", "description": "Chrome extension to turn the \"Add a coworker's calendar\" field in Google Calendar into a toggle for adding AND removing calendars.", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/calendar\/*", "http:\/\/www.google.com\/calendar\/*" ], "js": [ "node_modules\/email-addresses\/lib\/email-addresses.js", "node_modules\/underscore\/underscore.js", "index.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.google.com\/calendar\/*" ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |