Apaxy 2

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

Τι είναι το Apaxy 2;

Το Apaxy 2 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://varunagw.com, και η κύρια λειτουργία του είναι "Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Apaxy 2

Λήψη αρχείων επέκτασης Apaxy 2 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}