Apaxy 2

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

Vad är Apaxy 2?

Apaxy 2 är en Chrome-tillägg utvecklad av https://varunagw.com, och dess huvudfunktion är "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".

Tilläggsskärmbilder

screenshot

Ladda ner Apaxy 2-förlängningens CRX-fil

Ladda ner Apaxy 2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Apaxy 2 Apaxy 2
ID pjkfelmkpdpainlidpcaaceahloeljnn
Officiell webbadress https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn
Beskrivning Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
Filstorlek 284 KB
Antal Installationer 44
Aktuell Version 4.3.0
Senast Uppdaterad 2023-06-20
Publiceringsdatum 2017-07-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://varunagw.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/VarunAgw/Apaxy-2
Hjälpsida URL https://github.com/VarunAgw/Apaxy-2/discussions
Stödda Språk 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\/*"
    ]
}