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
Eメール [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\/*"
    ]
}