Apaxy 2

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

什麼是Apaxy 2?

Apaxy 2是由https://varunagw.com開發的Chrome擴展程式,該擴展的主要功能是“Replace boring Apache/nginx directory listing with fancy directory listing with keyboard navigation”。

擴展截圖

screenshot

下載Apaxy 2擴展crx文件

下載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
官方網址 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\/*"
    ]
}