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!".
Снимки экрана расширения
Скачать файл 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 |
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\/*" ] } |