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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark O'Meara และคุณลักษณะหลักของมันคือ "See when your train is due and set a reminder to make sure you don't miss it!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ireland Train Times

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}