SSH to IP

Highlight an IP and right click to SSH to it

Wat is SSH to IP?

SSH to IP is een Chrome-extensie ontwikkeld door Adan Vasconcelos, en de belangrijkste functie is "Highlight an IP and right click to SSH to it".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SSH to IP

Download SSH to IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrome extension to launch a SSH connection to the selected IP or URI.                    

Basisinformatie over de Extensie

Naam SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
Officiële URL https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
Beschrijving Highlight an IP and right click to SSH to it
Bestandsgrootte 11.31 KB
Aantal Installaties 29
Huidige Versie 0.2
Laatst Bijgewerkt 2022-08-10
Publicatiedatum 2022-03-21
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Adan Vasconcelos
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/vasc0x/ssh2ip
Ondersteunde Talen 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"
    }
}