SSHGate ssh client and terminal emulator
Open SSH client sessions with a terminal emulator
SSHGate ssh client and terminal emulator란 무엇입니까?
SSHGate ssh client and terminal emulator은(는) https://www.redcoolmedia.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open SSH client sessions with a terminal emulator"입니다.
확장 프로그램 스크린샷
SSHGate ssh client and terminal emulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SSHGate is a SSH client and web-based Terminal Emulator that brings the power of the command line to the web. Its main features are: - Multi-user and multi-terminal so that hundreds of simultaneous users and terminals can be served. - Advanced terminal emulation including support for 256 colors, fancy text styles, and more. - Supports Unicode, international keyboard layouts, and localized strings (internationalization or i18n). - Natural copy & paste: Highlight text and use your browser's native context menu. - Allow to resume terminal sessions even although the web browser is closed or disconnected. - Key-based authentication and support RSA, DSA, ECDSA, and X.509 certificates. - Track of all your hosts with functionalities like tagging, sorting, and fast search. - Log Viewer that provides functionalities like sorting, viewing and recordings of terminal sessions to HTML files. - No browser plugins required so it has not the security problems of Java, Flash, and ActiveX.
확장 프로그램 기본 정보
이름 | SSHGate ssh client and terminal emulator |
ID | akjclknoaegmfejdhkncppnmjemkohdg |
공식 URL | https://chromewebstore.google.com/detail/sshgate-ssh-client-and-te/akjclknoaegmfejdhkncppnmjemkohdg |
설명 | Open SSH client sessions with a terminal emulator |
파일 크기 | 282 KB |
설치 횟수 | 9,037 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2024-01-01 |
출시 날짜 | 2020-02-27 |
평점 | 2.76/5 총 17 개의 평점 |
개발자 | https://www.redcoolmedia.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.redcoolmedia.net/index.php/web-utilities/sshgate-ssh-client-online |
개인정보 보호 정책 페이지 URL | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
지원되는 언어 | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.4.3", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webNavigation", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |