Super Calendar

Save any interesting event information into calendar form. Export events directly to multipul calenders.

Super Calendar란 무엇입니까?

Super Calendar은(는) SuperCalendar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save any interesting event information into calendar form. Export events directly to multipul calenders."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With NLP (Nature language Process) abilities of SuperCalendar,  you can easily save any interesting web information into your calendar. Import events directly to calendars of Apple, Google, Outlook and Yahoo. You can also download the calendar file (.ics) and share with others.

How to Use:
1. On the webpage, select the text may contains event related information.
2. Right click the mouse and select "Add as New Event” in the context menu.
3. In the following popup UI, SuperCalendar will extract key messages of event. You can also edit the information to keep it accurate.
4. Hit "Add to calendar" and download the calendar file. Or you can click the side menu and import event directly to calendars from Apple, Google, Outlook  and Yahoo.

1.2.0 Update:
1. Improve compatibility of .ics file
2. Able to identify more date patterns                    

확장 프로그램 기본 정보

이름 Super Calendar Super Calendar
ID eadhbeabniebhcmibplghpicpegaaonb
공식 URL https://chromewebstore.google.com/detail/super-calendar/eadhbeabniebhcmibplghpicpegaaonb
설명 Save any interesting event information into calendar form. Export events directly to multipul calenders.
파일 크기 6.58 MB
설치 횟수 92
현재 버전 1.2.0
최근 업데이트 2021-11-14
출시 날짜 2021-09-15
평점 5.00/5 총 1 개의 평점
개발자 SuperCalendar
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifestName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_manifestDescription__",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "background",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo48.png",
        "default_title": "Super Calendar",
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        "pages\/**.*"
    ],
    "default_locale": "en"
}