Legrand tunnel

Terminal emulator and SSH and SFTP client.

Legrand tunnel란 무엇입니까?

Legrand tunnel은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Terminal emulator and SSH and SFTP client."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Legrand tunnel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Legrand SSH Tunneling                    

확장 프로그램 기본 정보

이름 Legrand tunnel Legrand tunnel
ID pmdmmbcidfbacdcnpbpldbhpeoknckme
공식 URL https://chromewebstore.google.com/detail/legrand-tunnel/pmdmmbcidfbacdcnpbpldbhpeoknckme
설명 Terminal emulator and SSH and SFTP client.
파일 크기 8.66 MB
설치 횟수 377
현재 버전 0.1
최근 업데이트 2020-04-09
출시 날짜 2020-04-09
개발자 Unknown
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "html\/nassh_background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/stable\/icon-128.png",
            "16": "images\/stable\/icon-16.png",
            "32": "images\/stable\/icon-32.png"
        },
        "default_popup": "html\/nassh_popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Terminal emulator and SSH and SFTP client.",
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "icons": {
        "128": "images\/stable\/icon-128.png",
        "16": "images\/stable\/icon-16.png",
        "32": "images\/stable\/icon-32.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "name": "Legrand tunnel",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "ssh"
    },
    "options_page": "html\/nassh_preferences_editor.html",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "idle",
        "notifications",
        "storage",
        "terminalPrivate",
        "unlimitedStorage",
        "fileSystemProvider",
        "accessibilityFeatures.read",
        "crashReportPrivate",
        "metricsPrivate"
    ],
    "sockets": {
        "tcp": {
            "connect": [
                "*:*"
            ]
        },
        "tcpServer": {
            "listen": [
                "*:*"
            ]
        },
        "udp": {
            "bind": [
                "*:*"
            ],
            "send": [
                "*:*"
            ]
        }
    },
    "version": "0.1",
    "web_accessible_resources": [
        "html\/nassh.html",
        "html\/nassh_google_relay.html"
    ]
}