SSH to IP

Highlight an IP and right click to SSH to it

ما هو SSH to IP؟

SSH to IP هو إضافة Chrome تم تطويرها بواسطة Adan Vasconcelos، والميزة الرئيسية لها هي "Highlight an IP and right click to SSH to it".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة SSH to IP

قم بتنزيل ملفات الامتداد SSH to IP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم SSH to IP SSH to IP
ID iboljkndgnndbbppohjpepfnmhamplje
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ssh-to-ip/iboljkndgnndbbppohjpepfnmhamplje
الوصف Highlight an IP and right click to SSH to it
حجم الملف 11.31 KB
عدد التثبيتات 29
النسخة الحالية 0.2
آخر تحديث 2022-08-10
تاريخ النشر 2022-03-21
تقييم 3.00/5 مجموع تقييمات 1
المطور Adan Vasconcelos
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/vasc0x/ssh2ip
اللغات المدعومة 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"
    }
}