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