Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Hvad er Apaxy 2?
Apaxy 2 er en Chrome-udvidelse udviklet af https://varunagw.com, og dens hovedfunktion er "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".
Udvidelsesskærmbilleder
Download Apaxy 2-udvidelses-CRX-fil
Download Apaxy 2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Apaxy 2 |
ID | pjkfelmkpdpainlidpcaaceahloeljnn |
Officiel URL | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
Beskrivelse | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
Filstørrelse | 284 KB |
Antal Installationer | 44 |
Nuværende Version | 4.3.0 |
Senest Opdateret | 2023-06-20 |
Udgivelsesdato | 2017-07-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://varunagw.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/VarunAgw/Apaxy-2 |
Hjælpeside-URL | https://github.com/VarunAgw/Apaxy-2/discussions |
Understøttede Sprog | 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\/*" ] } |