Secure Shell

Terminal emulator and SSH and SFTP client.

Secure Shellคืออะไร?

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

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

screenshot

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

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

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

                        This is the development version of the Secure Shell extension.

It contains fixes & features that may not yet be available in the stable version.  Use it at your own risk.  If you're not comfortable running lightly tested code then install the stable version instead: https://chrome.google.com/webstore/detail/iodihamcpbpeioajjeobimgagajmlibd

Please read the FAQ, available here: https://hterm.org/x/ssh/faq.

You can also exchange feedback in the chromium-hterm mailing list, available here: https://hterm.org/x/ssh/contact.

The changelog is available here: https://hterm.org/x/ssh/changelog                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Secure Shell Secure Shell
ID algkcnfjnajfhgimadimbjhmpaeohhln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secure-shell/algkcnfjnajfhgimadimbjhmpaeohhln
คำอธิบาย Terminal emulator and SSH and SFTP client.
ขนาดไฟล์ 14.21 MB
จำนวนการติดตั้ง 12,266
เวอร์ชันปัจจุบัน 4 Mar 2024 15:17
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-07-05
คะแนน 3.43/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Google Secure Shell Developers
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hterm.org/x/ssh
URL หน้าช่วยเหลือ https://hterm.org/x/ssh/faq
URL หน้านโยบายความเป็นส่วนตัว https://policies.google.com/privacy
ภาษาที่รองรับ 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
{
    "action": {
        "default_icon": {
            "128": "images\/dev\/icon-128.png",
            "16": "images\/dev\/icon-16.png",
            "24": "images\/dev\/icon-24.png",
            "32": "images\/dev\/icon-32.png",
            "48": "images\/dev\/icon-48.png"
        },
        "default_popup": "html\/nassh_popup.html"
    },
    "background": {
        "service_worker": "js\/nassh_background_main.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "frame-ancestors 'self'; script-src 'self' 'wasm-unsafe-eval'; 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\/dev\/icon-128.png",
        "16": "images\/dev\/icon-16.png",
        "24": "images\/dev\/icon-24.png",
        "32": "images\/dev\/icon-32.png",
        "48": "images\/dev\/icon-48.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "108",
    "name": "__MSG_nassh_product_name__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "ssh"
    },
    "optional_host_permissions": [
        "https:\/\/us-cloudtoplifecycle-googleapis.corp.google.com\/*",
        "https:\/\/uberproxy-debug.corp.google.com\/*"
    ],
    "options_page": "html\/nassh_preferences_editor.html",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "idle",
        "notifications",
        "storage",
        "terminalPrivate",
        "unlimitedStorage",
        "fileSystemProvider",
        "accessibilityFeatures.read"
    ],
    "sockets": {
        "tcp": {
            "connect": [
                "*:*"
            ]
        },
        "tcpServer": {
            "listen": [
                "*:*"
            ]
        },
        "udp": {
            "bind": [
                "*:*"
            ],
            "send": [
                "*:*"
            ]
        }
    },
    "version": "0.62.8847.27511",
    "version_name": " 4 Mar 2024 15:17",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "html\/nassh.html",
                "html\/nassh_google_relay.html"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}