Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
ما هو Apaxy 2؟
Apaxy 2 هو إضافة Chrome تم تطويرها بواسطة https://varunagw.com، والميزة الرئيسية لها هي "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Apaxy 2
قم بتنزيل ملفات الامتداد Apaxy 2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation Key Features - Works out of the box - Support Apache and nginx directory listings - Fancy UI - Keyboard navigation Credit: - @adamwhitcroft for the Apaxy - http://tiheum.deviantart.com/art/Faenza-Icons-173323228 for the icons
معلومات أساسية عن التمديد
الاسم | Apaxy 2 |
ID | pjkfelmkpdpainlidpcaaceahloeljnn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
الوصف | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
حجم الملف | 284 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 4.3.0 |
آخر تحديث | 2023-06-20 |
تاريخ النشر | 2017-07-20 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://varunagw.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/VarunAgw/Apaxy-2 |
عنوان صفحة المساعدة | https://github.com/VarunAgw/Apaxy-2/discussions |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apaxy 2", "description": "Replace boring Apache\/nginx directory listing with fancy directory listing with keyboard navigation", "homepage_url": "https:\/\/github.com\/VarunAgw\/Apaxy-2", "version": "4.3.0", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "view\/*" ] } |