SSH to IP
Highlight an IP and right click to SSH to it
Was ist SSH to IP?
SSH to IP ist eine Chrome-Erweiterung, die von Adan Vasconcelos entwickelt wurde, und ihr Hauptmerkmal ist "Highlight an IP and right click to SSH to it".
Erweiterungsscreenshots
SSH to IP-Erweiterungs-CRX-Datei herunterladen
Laden Sie SSH to IP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome extension to launch a SSH connection to the selected IP or URI.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iboljkndgnndbbppohjpepfnmhamplje |
Offizielle URL | https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje |
Beschreibung | Highlight an IP and right click to SSH to it |
Dateigröße | 11.31 KB |
Installationsanzahl | 29 |
Aktuelle Version | 0.2 |
Letztes Update | 2022-08-10 |
Veröffentlichungsdatum | 2022-03-21 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Adan Vasconcelos |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vasc0x/ssh2ip |
Unterstützte Sprachen | 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" } } |