Chicago Bus Monitor (CTA)
Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!
ما هو Chicago Bus Monitor (CTA)؟
Chicago Bus Monitor (CTA) هو إضافة Chrome تم تطويرها بواسطة dangardiner، والميزة الرئيسية لها هي "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chicago Bus Monitor (CTA)
قم بتنزيل ملفات الامتداد Chicago Bus Monitor (CTA) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select a bus stop, and this extension will track when the next bus will be arriving to that stop in the application tray in Chrome! Features: - Add as many 'pinned' bus stops as you want for simple, 2-click bus tracking - Set how long it takes you to get to the stop, and it will only show buses further away than that - Track for up to 20 minutes, then it'll automatically stop - Updates data every 15-60 seconds (configurable), and the icon indicates how long until the next refresh
معلومات أساسية عن التمديد
الاسم | |
ID | hgngkjmhchpajdmchbnakllkhcdodgij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chicago-bus-monitor-cta/hgngkjmhchpajdmchbnakllkhcdodgij |
الوصف | Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required! |
حجم الملف | 94.46 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-09-11 |
تاريخ النشر | 2016-09-11 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | dangardiner |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chicago Bus Monitor (CTA)", "short_name": "ChicagoBusMonitor", "version": "1.1", "description": "Track when the next CTA bus will be arriving to a specified stop so you can leave precisely when required!", "offline_enabled": false, "background": { "page": "background.html" }, "permissions": [ "storage", "background", "webRequest", "*:\/\/ctabustracker.com\/", "*:\/\/maxcdn.bootstrapcdn.com\/" ], "browser_action": { "default_icon": "Bus.png", "default_popup": "popup.html" }, "icons": { "128": "Bus.png" } } |