Ireland Train Times
See when your train is due and set a reminder to make sure you don't miss it!
Ireland Train Times là gì?
Ireland Train Times là một tiện ích mở rộng Chrome được phát triển bởi Mark O'Meara, và tính năng chính của nó là "See when your train is due and set a reminder to make sure you don't miss it!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ireland Train Times
Tải xuống các tệp mở rộng Ireland Train Times dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ireland Train Times |
ID | bogogjpgigjncglhdnihmnepfdbjlkka |
URL Chính Thức | https://chromewebstore.google.com/detail/ireland-train-times/bogogjpgigjncglhdnihmnepfdbjlkka |
Mô tả | See when your train is due and set a reminder to make sure you don't miss it! |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2014-11-07 |
Ngày Phát Hành | 2014-11-07 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Mark O'Meara |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |