nShell

nShell.

Wat is nShell?

nShell is een Chrome-extensie ontwikkeld door NKN, en de belangrijkste functie is "nShell.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie nShell

Download nShell-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam nShell nShell
ID jeiiodgaanmdeechnildbmhgpikbfokd
Officiële URL https://chromewebstore.google.com/detail/nshell/jeiiodgaanmdeechnildbmhgpikbfokd
Beschrijving nShell.
Bestandsgrootte 4.76 MB
Aantal Installaties 171
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-01-23
Publicatiedatum 2020-01-18
Ontwikkelaar NKN
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}