Bob Extension
Chrome Extension for Handshake
Bob Extensionとは何ですか?
Bob Extensionはhttps://kyokan.ioによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Handshake」です。
拡張機能のスクリーンショット
Bob Extension拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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",
" | |