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 |
官方網址 | 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 } |