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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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\/*" ] } |