Search CoinMarketCap Right Click

Add a context menu item to search for coins on coinmarketcap.

What is Search CoinMarketCap Right Click?

Search CoinMarketCap Right Click is a Chrome extension developed by Savuica Alin, and its main feature is "Add a context menu item to search for coins on coinmarketcap.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Search CoinMarketCap Right Click Extension CRX File

Download Search CoinMarketCap Right Click 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

                        Contextual menu to search coins (name only, tickeers coming soon) directly on coinmarketcap.com (on a new tab).

If you think this was helpful you can donate at:

BTC: 174V3C7GThSEU4rVsaqEfCfwUCYFRWhe1y
LTC: LS15CiYM4e7H5vWicByhvMUbBGvrBav83g
ETH: 0x942554b0afcc2cd40596f8e0bfa2eaf220094a72                    

Extension Basic Information

Name Search CoinMarketCap Right Click Search CoinMarketCap Right Click
ID kfogpfekapkldbcemmllhfoobnaoghnf
Official URL https://chromewebstore.google.com/detail/search-coinmarketcap-righ/kfogpfekapkldbcemmllhfoobnaoghnf
Description Add a context menu item to search for coins on coinmarketcap.
File Size 6.38 KB
Installation Count 11
Current Version 1.1
Last Updated 2018-02-17
Publish Date 2018-02-17
Rating 4.00/5 Total 4 Ratings
Developer Savuica Alin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Add a context menu item to search for coins on coinmarketcap.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "minimum_chrome_version": "6",
    "name": "Search CoinMarketCap Right Click",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.1"
}