Dogeticker

Checks the price of Dogecoin

What is Dogeticker?

Dogeticker is a Chrome extension developed by jakecup1, and its main feature is "Checks the price of Dogecoin".

Extension Screenshots

screenshot

Download Dogeticker Extension CRX File

Download Dogeticker 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

                        A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap.

Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)                    

Extension Basic Information

Name Dogeticker Dogeticker
ID doicohnmpoccofaomikcjbgblkpcameb
Official URL https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb
Description Checks the price of Dogecoin
File Size 36.03 KB
Installation Count 19
Current Version 1.0
Last Updated 2018-03-10
Publish Date 2018-03-10
Rating 5.00/5 Total 5 Ratings
Developer jakecup1
Email [email protected]
Payment Type free
Extension Website https://github.com/jakecupani/dogecoin-ticker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogeticker",
    "description": "Checks the price of Dogecoin",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}