SSH to IP

SSH to IP

Highlight an IP and right click to SSH to it

Merlin
Additional files are visible only to premium users

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"
  }
}