nShell
nShell.
nShellとは何ですか?
nShellはNKNによって開発されたChromeの拡張機能で、その主な機能は「nShell.」です。
拡張機能のスクリーンショット
nShell拡張機能のCRXファイルをダウンロード
nShell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } |