Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Was ist Apaxy 2?
Apaxy 2 ist eine Chrome-Erweiterung, die von https://varunagw.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".
Erweiterungsscreenshots
Apaxy 2-Erweiterungs-CRX-Datei herunterladen
Laden Sie Apaxy 2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjkfelmkpdpainlidpcaaceahloeljnn |
| Offizielle URL | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
| Beschreibung | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
| Dateigröße | 284 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 4.3.0 |
| Letztes Update | 2023-06-20 |
| Veröffentlichungsdatum | 2017-07-20 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://varunagw.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/VarunAgw/Apaxy-2 |
| Hilfeseite URL | https://github.com/VarunAgw/Apaxy-2/discussions |
| Unterstützte Sprachen | 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\/*"
]
} | |