nShell

nShell.

ما هو nShell؟

nShell هو إضافة Chrome تم تطويرها بواسطة NKN، والميزة الرئيسية لها هي "nShell.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة nShell

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

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

                        nShell is a terminal application that uses nkn-multiclient-js to listen for incoming shell command from authenticated users, executes, and send back results through nkn-client. It is similar to ssh.                    

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

الاسم nShell nShell
ID jeiiodgaanmdeechnildbmhgpikbfokd
عنوان URL الرسمي https://chromewebstore.google.com/detail/nshell/jeiiodgaanmdeechnildbmhgpikbfokd
الوصف nShell.
حجم الملف 4.76 MB
عدد التثبيتات 171
النسخة الحالية 0.1.1
آخر تحديث 2020-01-23
تاريخ النشر 2020-01-18
المطور NKN
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.1.1",
    "homepage_url": "https:\/\/github.com\/nknorg\/nshell-chrome-extension.git",
    "author": "heron",
    "default_locale": "en",
    "icons": {
        "16": "assets\/[email protected]",
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "32": "assets\/logo.png",
            "48": "assets\/logo.png",
            "128": "assets\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}