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文件
下載Ireland Train Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |