CoinMarketCal - Browser Addon

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

什麼是CoinMarketCal - Browser Addon?

CoinMarketCal - Browser Addon是由CoinMarketCal開發的Chrome擴展程式,該擴展的主要功能是“A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.”。

擴展截圖

screenshot
screenshot

下載CoinMarketCal - Browser Addon擴展crx文件

下載CoinMarketCal - Browser Addon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 CoinMarketCal - Browser Addon CoinMarketCal - Browser Addon
ID ggmdichehphkoadpoanjiohaflbmoaan
官方網址 https://chromewebstore.google.com/detail/coinmarketcal-browser-add/ggmdichehphkoadpoanjiohaflbmoaan
簡介 A broswer addon to see last event of Cryptos Currencies using CoinMarketCal Website.
檔案大小 79.33 KB
安裝次數 64
目前版本 1.0.8
更新時間 2020-09-01
上架時間 2020-07-05
開發者 CoinMarketCal
電子郵箱 [email protected]
付費類型 free
擴展官網 https://coinmarketcal.com
說明頁面URL https://coinmarketcal.com
支援的語言 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"
        }
    }
}