Luas Times
Luas Realtime Updates
ما هو Luas Times؟
Luas Times هو إضافة Chrome تم تطويرها بواسطة gsher، والميزة الرئيسية لها هي "Luas Realtime Updates".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Luas Times
قم بتنزيل ملفات الامتداد Luas Times بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension that helps users to check the real time status of the Luas
معلومات أساسية عن التمديد
الاسم | |
ID | mfpddooadkockaigjfhdkmabinpcfjkd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/luas-times/mfpddooadkockaigjfhdkmabinpcfjkd |
الوصف | Luas Realtime Updates |
حجم الملف | 756 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-03-28 |
تاريخ النشر | 2020-06-15 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | gsher |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Luas Times", "version": "1.1", "description": "Luas Realtime Updates", "permissions": [ "storage", "https:\/\/luasforecasts.rpa.ie\/*" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Make this page red", "default_icon": { "16": "images\/luaslogo16.png", "32": "images\/luaslogo32.png", "48": "images\/luaslogo48.png", "128": "images\/luaslogo128.png" } }, "icons": { "16": "images\/luaslogo16.png", "32": "images\/luaslogo32.png", "48": "images\/luaslogo48.png", "128": "images\/luaslogo128.png" }, "manifest_version": 2 } |