Dogecoin price

Displays the current Dogecoin price.

What is Dogecoin price?

Dogecoin price is a Chrome extension developed by ar2r, and its main feature is "Displays the current Dogecoin price.".

Extension Screenshots

screenshot
screenshot

Download Dogecoin price Extension CRX File

Download Dogecoin price 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

                        Simple DOGE / Dogecoin price tracker.
data provided by Coinmarketcap.

You can also download my other coin tracker (alt coins)
ETC Etherum price tracker
LTC Litecoin price tracker
XMR Monero Price tracker
ZEC Zcash price tracker
DASH Dash price tracker
BTC Bitcoin price tracker
Please, feel free to ask for any other coin you want or any other feature.                    

Extension Basic Information

Name Dogecoin price Dogecoin price
ID blbeijgoeafhgalclmhlbpmkmnlkajap
Official URL https://chromewebstore.google.com/detail/dogecoin-price/blbeijgoeafhgalclmhlbpmkmnlkajap
Description Displays the current Dogecoin price.
File Size 115 KB
Installation Count 77
Current Version 1.0
Last Updated 2018-01-17
Publish Date 2018-01-17
Rating 2.00/5 Total 1 Ratings
Developer ar2r
Payment Type free
Extension Website http://allcoinindex.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_popup": "price.htm",
        "default_title": "Click to show more information"
    },
    "description": "Displays the current Dogecoin price.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Dogecoin price",
    "permissions": [
        "https:\/\/coinmarketcap.com\/",
        "storage"
    ],
    "short_name": "Dogecoin Price",
    "version": "1.0"
}