Apaxy 2

Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation

Co je Apaxy 2?

Apaxy 2 je rozšíření Chrome vyvinuté https://varunagw.com, a jeho hlavní funkcí je „Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Apaxy 2

Stáhněte si soubory rozšíření Apaxy 2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Apaxy 2 Apaxy 2
ID pjkfelmkpdpainlidpcaaceahloeljnn
Oficiální URL https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn
Popis Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Velikost souboru 284 KB
Počet instalací 44
Aktuální Verze 4.3.0
Poslední Aktualizace 2023-06-20
Datum Vydání 2017-07-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://varunagw.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/VarunAgw/Apaxy-2
URL Stránky Nápovědy https://github.com/VarunAgw/Apaxy-2/discussions
Podporované Jazyky 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\/*"
    ]
}