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"입니다.
확장 프로그램 스크린샷
Apaxy 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |