Korail Calendar

코레일 및 SR 홈페이지에서 예매한 일정을 쉽게 캘린더에 등록할 수 있도록 돕는 확장프로그램입니다.

What is Korail Calendar?

Korail Calendar is a Chrome extension developed by gh.jeon, and its main feature is "코레일 및 SR 홈페이지에서 예매한 일정을 쉽게 캘린더에 등록할 수 있도록 돕는 확장프로그램입니다.".

Extension Screenshots

screenshot

Download Korail Calendar Extension CRX File

Download Korail Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        코레일과 (주)SR 에서 예매한 열차표의 일정을 iCal 형식으로 다운로드 받을 수 있습니다. Let's Korail 및 SR 홈페이지의 승차권 >  발권/취소/변경 페이지에 나타난 캘린더 아이콘을 누르면 iCal 형식의 캘린더 파일을 다운로드 받을 수 있습니다. 본 프로그램은 한국철도공사 및 (주)SR 에서 제공하는 공식 확장프로그램이 아닙니다. 아이콘 출처 : https://www.iconfinder.com/icons/285670/calendar_icon#size=128                    

Extension Basic Information

Name Korail Calendar Korail Calendar
ID cmnnolefpjnfmabkkbnnhimnbclddnbd
Official URL https://chromewebstore.google.com/detail/korail-calendar/cmnnolefpjnfmabkkbnnhimnbclddnbd
Description 코레일 및 SR 홈페이지에서 예매한 일정을 쉽게 캘린더에 등록할 수 있도록 돕는 확장프로그램입니다.
File Size 62.77 KB
Installation Count 115
Current Version 1.3.1
Last Updated 2018-02-09
Publish Date 2018-02-08
Rating 5.00/5 Total 1 Ratings
Developer gh.jeon
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Korail Calendar",
    "version": "1.3.1",
    "description": "\ucf54\ub808\uc77c \ubc0f SR \ud648\ud398\uc774\uc9c0\uc5d0\uc11c \uc608\ub9e4\ud55c \uc77c\uc815\uc744 \uc27d\uac8c \uce98\ub9b0\ub354\uc5d0 \ub4f1\ub85d\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4.",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.letskorail.com\/*",
                "https:\/\/*.letskorail.com\/*",
                "https:\/\/etk.srail.co.kr\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/korail_calendar.js",
                "js\/showModalDialog.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon_128.png"
    ],
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*.letskorail.com\/",
        "https:\/\/*.letskorail.com\/",
        "https:\/\/etk.srail.co.kr\/*"
    ]
}