Add to Calendar

Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage

Add to Calendar란 무엇입니까?

Add to Calendar은(는) jrm.publisher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A simple extension to select dates on any webpage and add them to your Google calendar. 
Simply select the date, right click and choose: "Send selected date to my calendar".
The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. 
Please note that:
1) This extension only works with Google Calendar
2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event.
3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! 
Otherwise, Enjoy!                    

확장 프로그램 기본 정보

이름 Add to Calendar Add to Calendar
ID ciamdnecdjnljmaaoneckkojbdbkmdhe
공식 URL https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe
설명 Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
파일 크기 134 KB
설치 횟수 379
현재 버전 1.4
최근 업데이트 2019-03-13
출시 날짜 2019-03-13
개발자 jrm.publisher
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4",
    "name": "Add to Calendar",
    "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "images\/calendar.png",
        "48": "images\/calendar.png",
        "128": "images\/calendar.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}