BrowserDoge
Shows current Dogecoin value and mining difficulty and provides related tools.
BrowserDogeとは何ですか?
BrowserDogeはBrowserDogeによって開発されたChromeの拡張機能で、その主な機能は「Shows current Dogecoin value and mining difficulty and provides related tools.」です。
拡張機能のスクリーンショット
BrowserDoge拡張機能のCRXファイルをダウンロード
BrowserDoge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BrowserDoge is an extension that fetches and displays the latest Dogecoin price (in USD and BTC) and mining difficulty approximately every 30 seconds. It also features a built in calculator for quick conversions between DOGE/BTC/USD and a QR Code generator.
拡張機能の基本情報
名前 | BrowserDoge |
ID | ggfjoclgplanpamdhakgclijbbhkgeif |
公式URL | https://chromewebstore.google.com/detail/browserdoge/ggfjoclgplanpamdhakgclijbbhkgeif |
説明 | Shows current Dogecoin value and mining difficulty and provides related tools. |
ファイルサイズ | 96.61 KB |
インストール数 | 416 |
現在のバージョン | 0.2.2 |
最終更新日 | 2014-02-20 |
公開日 | 2014-02-20 |
評価 | 4.33/5 合計 18 レビュー |
開発者 | BrowserDoge |
支払い方法 | free |
拡張機能のウェブサイト | http://www.browserdoge.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrowserDoge", "manifest_version": 2, "version": "0.2.2", "description": "Shows current Dogecoin value and mining difficulty and provides related tools.", "short_name": "BrowserDoge", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/update.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "http:\/\/dogechain.info\/", "https:\/\/www.dogeapi.com\/", "https:\/\/coinbase.com\/", "https:\/\/api.vircurex.com\/" ] } |