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