nShell
nShell.
What is nShell?
nShell is a Chrome extension developed by NKN, and its main feature is "nShell.".
Extension Screenshots
Download nShell Extension CRX File
Download nShell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | nShell |
ID | jeiiodgaanmdeechnildbmhgpikbfokd |
Official URL | https://chromewebstore.google.com/detail/nshell/jeiiodgaanmdeechnildbmhgpikbfokd |
Description | nShell. |
File Size | 4.76 MB |
Installation Count | 171 |
Current Version | 0.1.1 |
Last Updated | 2020-01-23 |
Publish Date | 2020-01-18 |
Developer | NKN |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |