HTTP Commander
provide additional functionality for HTTP Commander - web file manager
HTTP Commander란 무엇입니까?
HTTP Commander은(는) https://element-it.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "provide additional functionality for HTTP Commander - web file manager"입니다.
확장 프로그램 스크린샷
HTTP Commander 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HTTP Commander extension provide some additional functionality for Chrome users of HTTP Commander web application. Current version allow to download selected folders with restore of folders structure on client side. In you did selected some folder for download, then all files from that folder and its sub-folders will be downloaded and folder structure will be restored on client side (in "Downloads" folder). New features will be added in future versions.
확장 프로그램 기본 정보
이름 | HTTP Commander |
ID | emiplbkkiabideffmpogkbbogkmofgph |
공식 URL | https://chromewebstore.google.com/detail/http-commander/emiplbkkiabideffmpogkbbogkmofgph |
설명 | provide additional functionality for HTTP Commander - web file manager |
파일 크기 | 40.94 KB |
설치 횟수 | 11,679 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-05-24 |
출시 날짜 | 2017-05-23 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://element-it.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.element-it.com/asp-net-explorer-browser/online-share/web-file-manager.aspx |
도움말 페이지 URL | http://www.element-it.com/asp-net-explorer-browser/online-share/web-file-manager.aspx |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTTP Commander", "description": "provide additional functionality for HTTP Commander - web file manager", "version": "1.0.3", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "HTTP Commander helper extension.", "default_popup": "pages\/popup.html" }, "background": { "scripts": [ "scripts\/bg.js" ], "persistent": false }, "permissions": [ "tabs", "downloads", "storage", "declarativeContent", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "*Default.aspx*" ], "js": [ "scripts\/content.js" ] } ], "options_ui": { "page": "pages\/options.html", "chrome_style": true } } |