CoinMarketCal - Browser Addon

A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.

What is CoinMarketCal - Browser Addon?

CoinMarketCal - Browser Addon is a Chrome extension developed by CoinMarketCal, and its main feature is "A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.".

Extension Screenshots

screenshot
screenshot

Download CoinMarketCal - Browser Addon Extension CRX File

Download CoinMarketCal - Browser Addon 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

                        The CoinMarketCal browser addon aims to provide access and use of the CoinMarketCal site directly from a browser extension. This project has been initiated by Luc Mergaut (@luluwebmaster).

Currently addon features

-View upcoming events.
-Perform a search among all the events recorded on the site.
-Be alerted (Notification) when a new event is recorded.                    

Extension Basic Information

Name CoinMarketCal - Browser Addon CoinMarketCal - Browser Addon
ID ggmdichehphkoadpoanjiohaflbmoaan
Official URL https://chromewebstore.google.com/detail/coinmarketcal-browser-add/ggmdichehphkoadpoanjiohaflbmoaan
Description A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.
File Size 79.33 KB
Installation Count 64
Current Version 1.0.8
Last Updated 2020-09-01
Publish Date 2020-07-05
Developer CoinMarketCal
Email [email protected]
Payment Type free
Extension Website https://coinmarketcal.com
Help Page URL https://coinmarketcal.com
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_APP_NAME__",
    "author": "@luluwebmaster",
    "description": "__MSG_APP_DESCRIPTION__",
    "version": "1.0.8",
    "permissions": [
        "notifications",
        "*:\/\/*.coinmarketcal.com\/*",
        "*:\/\/*.cloudfront.net\/*"
    ],
    "homepage_url": "https:\/\/coinmarketcal.com\/",
    "icons": {
        "16": "\/images\/icon-128.png",
        "48": "\/images\/icon-128.png",
        "128": "\/images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon-128.png",
        "default_title": "__MSG_APP_NAME__",
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "page": "\/views\/background.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "69.0"
        }
    }
}