nShell
nShell.
nShellคืออะไร?
nShell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NKN และคุณลักษณะหลักของมันคือ "nShell."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nShell
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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'"
} | |