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.”。
扩展截图
下载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 |
ID | ggmdichehphkoadpoanjiohaflbmoaan |
官方URL | 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" } } } |