NextMetro DC
This extension allows users to quickly check a specific DC Metro station's live train schedule.
ما هو NextMetro DC؟
NextMetro DC هو إضافة Chrome تم تطويرها بواسطة Brandon Funkhouser، والميزة الرئيسية لها هي "This extension allows users to quickly check a specific DC Metro station's live train schedule.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NextMetro DC
قم بتنزيل ملفات الامتداد NextMetro DC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The times are updated automatically every time the extension icon is clicked/loaded. Contact: http://brandonfunkhouser.com
معلومات أساسية عن التمديد
الاسم | NextMetro DC |
ID | jipdcgkaiplnfnclenmndieledchnmhf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nextmetro-dc/jipdcgkaiplnfnclenmndieledchnmhf |
الوصف | This extension allows users to quickly check a specific DC Metro station's live train schedule. |
حجم الملف | 74.41 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-08-07 |
تاريخ النشر | 2014-08-07 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Brandon Funkhouser |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NextMetro DC", "description": "This extension allows users to quickly check a specific DC Metro station's live train schedule.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.wmata.com\/*", "storage" ], "icons": { "48": "icon48.png", "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |