SSH to IP Firefox

Examine source code of SSH to IP

提供元: Adan Vasconcelos Add-on
Inspect and view changes in SSH to IP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SSH to IP",
  "description": "Highlight an IP and right click to SSH to it",
  "version": "0.6",
  "manifest_version": 3,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "notifications"
  ],
  "icons": {
    "48": "icon.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ssh2ip@vasc0x.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

ベストのSSH to IP代替案

SSH to IPに類似したFirefox add-onをいくつか紹介します: