CENNZnet extension
Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
CENNZnet extensionคืออะไร?
CENNZnet extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cennznet.webstore และคุณลักษณะหลักของมันคือ "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CENNZnet extension
ดาวน์โหลดไฟล์ส่วนขยาย CENNZnet extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The CENNZnet extension enables account management and best experience for dapp interactions on CENNZnet
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | feckpephlmdcjnpoclagmaogngeffafk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk |
คำอธิบาย | Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account. |
ขนาดไฟล์ | 1.27 MB |
จำนวนการติดตั้ง | 894 |
เวอร์ชันปัจจุบัน | 0.38.3 |
อัปเดตครั้งล่าสุด | 2021-11-24 |
วันที่เผยแพร่ | 2021-04-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | cennznet.webstore |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/cennznet/extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "polkadot.{js}", "description": "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https:\/\/github.com\/cennznet\/extension", "name": "CENNZnet extension", "short_name": "CENNZnet", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "CENNZnet", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "web_accessible_resources": [ "page.js" ], "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'", "version": "0.38.3" } |