CoinMarketCal - Browser Addon

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

Qu'est-ce que CoinMarketCal - Browser Addon ?

CoinMarketCal - Browser Addon est une extension Chrome développée par CoinMarketCal, et sa fonction principale est "A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CoinMarketCal - Browser Addon

Téléchargez les fichiers d'extension CoinMarketCal - Browser Addon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CoinMarketCal - Browser Addon CoinMarketCal - Browser Addon
ID ggmdichehphkoadpoanjiohaflbmoaan
URL Officiel https://chromewebstore.google.com/detail/coinmarketcal-browser-add/ggmdichehphkoadpoanjiohaflbmoaan
Description A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.
Taille du Fichier 79.33 KB
Nombre d'Installations 64
Version Actuelle 1.0.8
Dernière Mise à Jour 2020-09-01
Date de Publication 2020-07-05
Développeur CoinMarketCal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://coinmarketcal.com
URL de la Page d'Aide https://coinmarketcal.com
Langues Prises en Charge 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"
        }
    }
}