Coinmarketcap Widget

Load Coinmarketcap Widget from '[cmcw=CRYPTO]' code. For example: [cmcw=LTC] » LTC/BTC | [cmcw=LTC-ETH] » LTC/ETC

What is Coinmarketcap Widget?

Coinmarketcap Widget is a Chrome extension developed by miSkoMV, and its main feature is "Load Coinmarketcap Widget from '[cmcw=CRYPTO]' code. For example: [cmcw=LTC] » LTC/BTC | [cmcw=LTC-ETH] » LTC/ETC".

Extension Screenshots

screenshot

Download Coinmarketcap Widget Extension CRX File

Download Coinmarketcap Widget 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 extension allows the user to see Coinmarketcap Widget if there are a code in the website like '[cmcw=CRYPTO]'.

For example [cmcw=LTC] will generate a widget with LTC/BTC.

You can include a second crypto like [cmcw=LTC-ETH] for see LTC/ETH Widget                    

Extension Basic Information

Name Coinmarketcap Widget Coinmarketcap Widget
ID hbamkigdimbgafoekoahfkhnciigmnad
Official URL https://chromewebstore.google.com/detail/coinmarketcap-widget/hbamkigdimbgafoekoahfkhnciigmnad
Description Load Coinmarketcap Widget from '[cmcw=CRYPTO]' code. For example: [cmcw=LTC] » LTC/BTC | [cmcw=LTC-ETH] » LTC/ETC
File Size 40.49 KB
Installation Count 100
Current Version 1.0.1
Last Updated 2018-01-09
Publish Date 2018-01-09
Developer miSkoMV
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coinmarketcap Widget",
    "description": "Load Coinmarketcap Widget from '[cmcw=CRYPTO]' code. For example: [cmcw=LTC] \u00bb LTC\/BTC | [cmcw=LTC-ETH] \u00bb LTC\/ETC",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Configure"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content_script.js"
            ]
        }
    ]
}