nShell
nShell.
nShell là gì?
nShell là một tiện ích mở rộng Chrome được phát triển bởi NKN, và tính năng chính của nó là "nShell.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng nShell
Tải xuống các tệp mở rộng nShell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | nShell |
ID | jeiiodgaanmdeechnildbmhgpikbfokd |
URL Chính Thức | https://chromewebstore.google.com/detail/nshell/jeiiodgaanmdeechnildbmhgpikbfokd |
Mô tả | nShell. |
Kích Thước Tệp | 4.76 MB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-01-23 |
Ngày Phát Hành | 2020-01-18 |
Nhà Phát Triển | NKN |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |