PopLocker
Browse the decentralised web
PopLockerとは何ですか?
PopLockerはhttp://poplocker.ioによって開発されたChromeの拡張機能で、その主な機能は「Browse the decentralised web」です。
拡張機能のスクリーンショット
PopLocker拡張機能のCRXファイルをダウンロード
PopLocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PopLocker is the simplest way to browse DApps on the Ethereum network and a single place to keep all your crypto assets and your identity. 拡張機能の基本情報
| 名前 | |
| ID | aebbijdjlcefdipmchemmcpmjioejeob |
| 公式URL | https://chrome.google.com/webstore/detail/poplocker/aebbijdjlcefdipmchemmcpmjioejeob |
| 説明 | Browse the decentralised web |
| ファイルサイズ | 1.52 MB |
| インストール数 | 14 |
| 現在のバージョン | 1.0.0-beta.4 |
| 最終更新日 | 2019-08-21 |
| 公開日 | 2019-08-16 |
| 開発者 | http://poplocker.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://poplocker.io/terms.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Browse the decentralised web",
"version": "1.0.0.4",
"manifest_version": 2,
"name": "PopLocker",
"version_name": "1.0.0-beta.4",
"background": {
"scripts": [
"background.js",
"contentscript.js"
]
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_title": "PopLocker",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"activeTab",
"storage",
"https:\/\/*.infura.io\/"
],
"web_accessible_resources": [
"injected.js"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |