BrowserDoge
Shows current Dogecoin value and mining difficulty and provides related tools.
What is BrowserDoge?
BrowserDoge is a Chrome extension developed by BrowserDoge, and its main feature is "Shows current Dogecoin value and mining difficulty and provides related tools.".
Extension Screenshots
Download BrowserDoge Extension CRX File
Download BrowserDoge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BrowserDoge |
ID | ggfjoclgplanpamdhakgclijbbhkgeif |
Official URL | https://chromewebstore.google.com/detail/browserdoge/ggfjoclgplanpamdhakgclijbbhkgeif |
Description | Shows current Dogecoin value and mining difficulty and provides related tools. |
File Size | 96.61 KB |
Installation Count | 416 |
Current Version | 0.2.2 |
Last Updated | 2014-02-20 |
Publish Date | 2014-02-20 |
Rating | 4.33/5 Total 18 Ratings |
Developer | BrowserDoge |
Payment Type | free |
Extension Website | http://www.browserdoge.com |
Supported Languages | 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\/" ] } |