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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See when your train is due and set a reminder to make sure you don't miss it!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ireland Train Times एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}