Secure Shell

Terminal emulator and SSH and SFTP client.

Secure Shell क्या है?

Secure Shell https://hterm.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Terminal emulator and SSH and SFTP client."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Secure Shell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Secure Shell is an xterm-compatible terminal emulator and stand-alone ssh client for Chrome.  It uses Native-Client to connect directly to ssh servers without the need for external proxies.

A SFTP command line client is included.  On ChromeOS, you can create SFTP mounts and access them from the Files app!

An alpha build of Mosh is included now too.

It has been well tested for a couple of years.

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 iodihamcpbpeioajjeobimgagajmlibd
आधिकारिक URL https://chromewebstore.google.com/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd
विवरण Terminal emulator and SSH and SFTP client.
फ़ाइल का आकार 14.19 MB
स्थापना संख्या 812,569
वर्तमान संस्करण 0.62
अंतिम अपडेट 2023-12-04
प्रकाशन तिथि 2020-05-21
रेटिंग 4.08/5 कुल 240 रेटिंग्स
डेवलपर https://hterm.org
ईमेल [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\/stable\/icon-128.png",
            "16": "images\/stable\/icon-16.png",
            "24": "images\/stable\/icon-24.png",
            "32": "images\/stable\/icon-32.png",
            "48": "images\/stable\/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\/stable\/icon-128.png",
        "16": "images\/stable\/icon-16.png",
        "24": "images\/stable\/icon-24.png",
        "32": "images\/stable\/icon-32.png",
        "48": "images\/stable\/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",
    "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]"
    }
}