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."입니다.

확장 프로그램 스크린샷

screenshot

CalendarTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CalendarTab 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
이메일 [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"
        ]
    }
}