Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Apaxy 2 là gì?
Apaxy 2 là một tiện ích mở rộng Chrome được phát triển bởi https://varunagw.com, và tính năng chính của nó là "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apaxy 2
Tải xuống các tệp mở rộng Apaxy 2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apaxy 2 |
ID | pjkfelmkpdpainlidpcaaceahloeljnn |
URL Chính Thức | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
Mô tả | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
Kích Thước Tệp | 284 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 4.3.0 |
Cập Nhật Lần Cuối | 2023-06-20 |
Ngày Phát Hành | 2017-07-20 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://varunagw.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/VarunAgw/Apaxy-2 |
URL Trang Trợ Giúp | https://github.com/VarunAgw/Apaxy-2/discussions |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |