IOTA ticker

This non official extension allows the user to display the current price of MIOTA in USD

What is IOTA ticker?

IOTA ticker is a Chrome extension developed by hak910, and its main feature is "This non official extension allows the user to display the current price of MIOTA in USD".

Extension Screenshots

screenshot

Download IOTA ticker Extension CRX File

Download IOTA ticker 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

                        This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute.
The red background indicates that the 24h price is down.
The green background indicates that the 24h price is up.
Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD                    

Extension Basic Information

Name IOTA ticker IOTA ticker
ID jbhegidpbcpnnabhglbjfboccegcjjbe
Official URL https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe
Description This non official extension allows the user to display the current price of MIOTA in USD
File Size 5.52 KB
Installation Count 41
Current Version 1.1
Last Updated 2017-12-17
Publish Date 2017-12-17
Rating 4.73/5 Total 11 Ratings
Developer hak910
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IOTA ticker",
    "description": "This non official extension allows the user to display the current price of MIOTA in USD",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": true
    }
}