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 |
公式URL | 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 |
Eメール | [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" ] } } |