XRPTipBot BalanceView
Show your XRPTipBot sent/received amounts
XRPTipBot BalanceViewとは何ですか?
XRPTipBot BalanceViewはra dynamicsによって開発されたChromeの拡張機能で、その主な機能は「Show your XRPTipBot sent/received amounts」です。
拡張機能のスクリーンショット
XRPTipBot BalanceView拡張機能のCRXファイルをダウンロード
XRPTipBot BalanceView拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows your current balance, sent and received amounts for the last several days. With an active coil.com subscription you can configure that extension to let Coil donate tiny amounts while surfing to a specific recipient.
拡張機能の基本情報
名前 | |
ID | kgjiabdmbibckdnfbhppgijbfejjpkgd |
公式URL | https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd |
説明 | Show your XRPTipBot sent/received amounts |
ファイルサイズ | 341 KB |
インストール数 | 18 |
現在のバージョン | 0.8.3 |
最終更新日 | 2020-05-24 |
公開日 | 2020-05-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ra dynamics |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XRPTipBot BalanceView", "description": "Show your XRPTipBot sent\/received amounts", "version": "0.8.3", "options_ui": { "page": "settings.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/ChartJs\/Chart.bundle.min.js", "js\/jquery-3.3.1.min.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "utils.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "web_accessible_resources": [ "*.png", "*.PNG" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |