CalendarTab
View all your Google Calendar events from your new tab.
什麼是CalendarTab?
CalendarTab是由Randy He開發的Chrome擴展程式,該擴展的主要功能是“View all your Google Calendar events from your new tab.”。
擴展截圖
下載CalendarTab擴展crx文件
下載CalendarTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Maximize your productivity with this new tab replacement. Syncs with your Google Calendar and shows you all upcoming events that you are important to you. Take down notes that are saved and displayed for you whenever you open a new tab on Google Chrome. Calendar: * Colored bar on the left of every event signify the corresponding calendar's color. You can change this setting on Google Calendar. * Events that are currently ongoing are highlighted. Notes and Reminders: * Create, edit, move, and delete notes. * Lock-in changes by pressing enter. This currently only works with Google Calendar and no other calendar services. View this project here: https://github.com/randyhehe/CalendarTab
擴展基本資訊
名稱 | |
ID | nineekgfghikmbcpdimhkljonlcmlkok |
官方網址 | https://chrome.google.com/webstore/detail/calendartab/nineekgfghikmbcpdimhkljonlcmlkok |
簡介 | View all your Google Calendar events from your new tab. |
檔案大小 | 765 KB |
安裝次數 | 956 |
目前版本 | 1.0.6 |
更新時間 | 2017-03-27 |
上架時間 | 2017-03-27 |
評分 | 4.33/5 共 6 次評分 |
開發者 | Randy He |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CalendarTab", "description": "View all your Google Calendar events from your new tab.", "version": "1.0.6", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "permissions": [ "activeTab", "storage", "identity", "https:\/\/ajax.googleapis.com\/", "https:\/\/apis.google.com\/*" ], "oauth2": { "client_id": "950666341880-86k0ii6u4ucfaurua7rstn9ahcoajh9u.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar" ] } } |