Legrand tunnel

Terminal emulator and SSH and SFTP client.

Legrand tunnelคืออะไร?

Legrand tunnel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Terminal emulator and SSH and SFTP client."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Legrand tunnel

ดาวน์โหลดไฟล์ส่วนขยาย Legrand tunnel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}