Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
What is Apaxy 2?
Apaxy 2 is a Chrome extension developed by https://varunagw.com, and its main feature is "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".
Extension Screenshots
Download Apaxy 2 Extension CRX File
Download Apaxy 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Apaxy 2 |
ID | pjkfelmkpdpainlidpcaaceahloeljnn |
Official URL | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
Description | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
File Size | 284 KB |
Installation Count | 44 |
Current Version | 4.3.0 |
Last Updated | 2023-06-20 |
Publish Date | 2017-07-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://varunagw.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VarunAgw/Apaxy-2 |
Help Page URL | https://github.com/VarunAgw/Apaxy-2/discussions |
Supported Languages | 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\/*" ] } |