Apaxy 2
Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Co to jest Apaxy 2?
Apaxy 2 to rozszerzenie Chrome opracowane przez https://varunagw.com, a jego główną funkcją jest „Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Apaxy 2
Pobierz pliki rozszerzeń Apaxy 2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Apaxy 2 |
ID | pjkfelmkpdpainlidpcaaceahloeljnn |
Oficjalny URL | https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn |
Opis | Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation |
Rozmiar pliku | 284 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 4.3.0 |
Ostatnia Aktualizacja | 2023-06-20 |
Data Publikacji | 2017-07-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://varunagw.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/VarunAgw/Apaxy-2 |
Adres URL Strony Pomocy | https://github.com/VarunAgw/Apaxy-2/discussions |
Obsługiwane Języki | 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\/*" ] } |