Apaxy 2

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

Apaxy 2 क्या है?

Apaxy 2 https://varunagw.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apaxy 2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Apaxy 2 Apaxy 2
ID pjkfelmkpdpainlidpcaaceahloeljnn
आधिकारिक URL https://chromewebstore.google.com/detail/apaxy-2/pjkfelmkpdpainlidpcaaceahloeljnn
विवरण Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation
फ़ाइल का आकार 284 KB
स्थापना संख्या 44
वर्तमान संस्करण 4.3.0
अंतिम अपडेट 2023-06-20
प्रकाशन तिथि 2017-07-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://varunagw.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/VarunAgw/Apaxy-2
सहायता पृष्ठ URL https://github.com/VarunAgw/Apaxy-2/discussions
समर्थित भाषाएँ 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\/*"
    ]
}