SSH to IP
Highlight an IP and right click to SSH to it
Hvad er SSH to IP?
SSH to IP er en Chrome-udvidelse udviklet af Adan Vasconcelos, og dens hovedfunktion er "Highlight an IP and right click to SSH to it".
Udvidelsesskærmbilleder
Download SSH to IP-udvidelses-CRX-fil
Download SSH to IP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension to launch a SSH connection to the selected IP or URI.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iboljkndgnndbbppohjpepfnmhamplje |
Officiel URL | https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje |
Beskrivelse | Highlight an IP and right click to SSH to it |
Filstørrelse | 11.31 KB |
Antal Installationer | 29 |
Nuværende Version | 0.2 |
Senest Opdateret | 2022-08-10 |
Udgivelsesdato | 2022-03-21 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | Adan Vasconcelos |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/vasc0x/ssh2ip |
Understøttede Sprog | 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" } } |