SSH to IP

Highlight an IP and right click to SSH to it

Apa itu SSH to IP?

SSH to IP adalah ekstensi Chrome yang dikembangkan oleh Adan Vasconcelos, dan fitur utamanya adalah "Highlight an IP and right click to SSH to it".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SSH to IP

Unduh file ekstensi SSH to IP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
URL Resmi https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
Deskripsi Highlight an IP and right click to SSH to it
Ukuran File 11.31 KB
Jumlah Instalasi 29
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-08-10
Tanggal Publikasi 2022-03-21
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Adan Vasconcelos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vasc0x/ssh2ip
Bahasa yang Didukung 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"
    }
}