Ireland Train Times
See when your train is due and set a reminder to make sure you don't miss it!
Ireland Train Times란 무엇입니까?
Ireland Train Times은(는) Mark O'Meara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See when your train is due and set a reminder to make sure you don't miss it!"입니다.
확장 프로그램 스크린샷
Ireland Train Times 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find when your train is due and get a reminder straight to your desktop! The extension icon will update regularly with a countdown to when your Irish Rail train is scheduled to arrive at your station. You can set how long in advance of your train arriving you want a reminder, and, even if you close Chrome, a desktop notification will alert you when your train is the specified amount of time from your station. Works for all Irish Rail trains, including Dublin DART and Commuter services, as well as Inter City.
확장 프로그램 기본 정보
이름 | Ireland Train Times |
ID | bogogjpgigjncglhdnihmnepfdbjlkka |
공식 URL | https://chromewebstore.google.com/detail/ireland-train-times/bogogjpgigjncglhdnihmnepfdbjlkka |
설명 | See when your train is due and set a reminder to make sure you don't miss it! |
파일 크기 | 175 KB |
설치 횟수 | 54 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2014-11-07 |
출시 날짜 | 2014-11-07 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Mark O'Meara |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ireland Train Times", "manifest_version": 2, "version": "1.0.3", "description": "See when your train is due and set a reminder to make sure you don't miss it!", "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/jquery.xml2json.js", "js\/api.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Ireland Rail Times - Click to use", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "notifications", "http:\/\/api.irishrail.ie\/*" ] } |