SSH to IP

Highlight an IP and right click to SSH to it

什么是SSH to IP?

SSH to IP是由Adan Vasconcelos开发的Chrome扩展程序,该扩展的主要功能是“Highlight an IP and right click to SSH to it”。

扩展截图

screenshot
screenshot

下载SSH to IP扩展crx文件

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

扩展使用说明

                        Chrome extension to launch a SSH connection to the selected IP or URI.                    

扩展基本信息

名称 SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
官方URL https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
简介 Highlight an IP and right click to SSH to it
文件大小 11.31 KB
安装次数 29
当前版本 0.2
更新时间 2022-08-10
上架时间 2022-03-21
评分 3.00/5 共1次评分
开发者 Adan Vasconcelos
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/vasc0x/ssh2ip
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SSH to IP",
    "description": "Highlight an IP and right click to SSH to it",
    "version": "0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    }
}