SSH to IP

Highlight an IP and right click to SSH to it

Vad är SSH to IP?

SSH to IP är en Chrome-tillägg utvecklad av Adan Vasconcelos, och dess huvudfunktion är "Highlight an IP and right click to SSH to it".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SSH to IP-förlängningens CRX-fil

Ladda ner SSH to IP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
Officiell webbadress https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
Beskrivning Highlight an IP and right click to SSH to it
Filstorlek 11.31 KB
Antal Installationer 29
Aktuell Version 0.2
Senast Uppdaterad 2022-08-10
Publiceringsdatum 2022-03-21
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Adan Vasconcelos
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/vasc0x/ssh2ip
Stödda Språk 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"
    }
}