SSH to IP
Highlight an IP and right click to SSH to it
What is SSH to IP?
SSH to IP is a Chrome extension developed by Adan Vasconcelos, and its main feature is "Highlight an IP and right click to SSH to it".
Extension Screenshots
Download SSH to IP Extension CRX File
Download SSH to IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension to launch a SSH connection to the selected IP or URI.
Extension Basic Information
Name | |
ID | iboljkndgnndbbppohjpepfnmhamplje |
Official URL | https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje |
Description | Highlight an IP and right click to SSH to it |
File Size | 11.31 KB |
Installation Count | 29 |
Current Version | 0.2 |
Last Updated | 2022-08-10 |
Publish Date | 2022-03-21 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Adan Vasconcelos |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vasc0x/ssh2ip |
Supported Languages | 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" } } |