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 |
Eメール | [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" } } } |