SSH to IP

Highlight an IP and right click to SSH to it

Qu'est-ce que SSH to IP ?

SSH to IP est une extension Chrome développée par Adan Vasconcelos, et sa fonction principale est "Highlight an IP and right click to SSH to it".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SSH to IP

Téléchargez les fichiers d'extension SSH to IP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
URL Officiel https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
Description Highlight an IP and right click to SSH to it
Taille du Fichier 11.31 KB
Nombre d'Installations 29
Version Actuelle 0.2
Dernière Mise à Jour 2022-08-10
Date de Publication 2022-03-21
Évaluation 3.00/5 Total 1 Évaluations
Développeur Adan Vasconcelos
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/vasc0x/ssh2ip
Langues Prises en Charge 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"
    }
}