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
官方網址 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"
    }
}