SSH Agent for Google Chrome™

Provides an SSH Agent implementation for Chrome's Secure Shell extension

什么是SSH Agent for Google Chrome™?

SSH Agent for Google Chrome™是由SSH Agent for Google Chrome™开发的Chrome扩展程序,该扩展的主要功能是“Provides an SSH Agent implementation for Chrome's Secure Shell extension”。

扩展截图

screenshot
screenshot
screenshot

下载SSH Agent for Google Chrome™扩展crx文件

下载SSH Agent for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a bare-bones SSH agent extension for Google Chrome™. It provides an SSH agent implementation that can be used with the Secure Shell Chrome extension.

See https://github.com/google/chrome-ssh-agent for usage instructions.                    

扩展基本信息

名称 SSH Agent for Google Chrome™ SSH Agent for Google Chrome™
ID eechpbnaifiimgajnomdipfaamobdfha
官方URL https://chromewebstore.google.com/detail/ssh-agent-for-google-chro/eechpbnaifiimgajnomdipfaamobdfha
简介 Provides an SSH Agent implementation for Chrome's Secure Shell extension
文件大小 3.6 MB
安装次数 14,602
当前版本 0.0.28
更新时间 2023-09-08
上架时间 2019-03-08
评分 4.62/5 共13次评分
开发者 SSH Agent for Google Chrome™
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/google/chrome-ssh-agent
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SSH Agent for Google Chrome\u2122",
    "version": "0.0.28",
    "description": "Provides an SSH Agent implementation for Chrome's Secure Shell extension",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "html\/background-bundle.js"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html"
    },
    "action": {
        "default_popup": "html\/options.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'wasm-unsafe-eval'"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "pnhechapfaindjhompbnflcldabbghjo",
            "okddffdblfhhnmhodogpojmfkjmhinfp",
            "iodihamcpbpeioajjeobimgagajmlibd",
            "algkcnfjnajfhgimadimbjhmpaeohhln",
            "ooiklbnjmhbcgemelgfhaeaocllobloj",
            "hmgggebkhjjkiimkjlknpdgapncghehh"
        ],
        "matches": [
            "chrome-untrusted:\/\/terminal\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjxUao0CHGqOyeJk+NkDMYDliC7fTIE5SLgH2UZ0t\/z1Pwsd9P4pa7TxwUfN45DJKm8AAiQYn9XViniARlxRh+Twre3\/2jozifEEFwCeR9O1PS7xNbjTs\/RZALueAX8HaIO6p1rXiJIol7ZpNunDjuQ03YIGLdE\/QjfwCOXkntF7ij2Ao+r2Z+WOSNtcUER2VQtfm2QOIVXxMxZmvyfQG8ItE+3Go\/+b39CYGdtkRicwC9Z+Ccw3b45kuLEj17qwFqjT19drhbkOaVGfKqGHH3plWq13+UryXF5xL4wxqVx5smLMF\/4LwNRW5nz6okAbH5nhN3v0mvagVuGopwGNolQIDAQAB"
}