SSH to IP
Highlight an IP and right click to SSH to it
Cos'è SSH to IP?
SSH to IP è un'estensione di Chrome sviluppata da Adan Vasconcelos, e la sua funzione principale è "Highlight an IP and right click to SSH to it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SSH to IP
Scarica i file di estensione SSH to IP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension to launch a SSH connection to the selected IP or URI.
Informazioni di Base sull'Estensione
Nome | |
ID | iboljkndgnndbbppohjpepfnmhamplje |
URL Ufficiale | https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje |
Descrizione | Highlight an IP and right click to SSH to it |
Dimensione del File | 11.31 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2022-08-10 |
Data di Pubblicazione | 2022-03-21 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Adan Vasconcelos |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/vasc0x/ssh2ip |
Lingue Supportate | 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" } } |