Bob Extension
Chrome Extension for Handshake
Bob Extensionคืออะไร?
Bob Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kyokan.io และคุณลักษณะหลักของมันคือ "Chrome Extension for Handshake"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bob Extension
ดาวน์โหลดไฟล์ส่วนขยาย Bob Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Handshake wallet in your browser. Bob Extension runs a wallet in your extension, and enables DNS resolving through the Handshake DNS. It injects a Bob3 object into every website and allow dapps to interact with your wallet through a pop-up confirmation. Bob Extension will allow you to manage your Handshake TLDs, and enable you to login to dapps using your Handshake TLDs. https://github.com/kyokan/bob-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bob Extension |
ID | ogcmjchbmdichlfelhmceldndgmgpcem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bob-extension/ogcmjchbmdichlfelhmceldndgmgpcem |
คำอธิบาย | Chrome Extension for Handshake |
ขนาดไฟล์ | 5.91 MB |
จำนวนการติดตั้ง | 2,276 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2022-09-22 |
วันที่เผยแพร่ | 2021-05-06 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://kyokan.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bobwallet.io/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bob Extension", "description": "Chrome Extension for Handshake", "version": "0.6.0", "omnibox": { "keyword": "bob" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/backgroundPage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "webRequest", "webRequestBlocking", "proxy", "storage", "unlimitedStorage", " |