Crypto Price Checker
Check crypto prices!
Crypto Price Checkerとは何ですか?
Crypto Price Checkerはhttps://lewiszou.comによって開発されたChromeの拡張機能で、その主な機能は「Check crypto prices!」です。
拡張機能のスクリーンショット
Crypto Price Checker拡張機能のCRXファイルをダウンロード
Crypto Price Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.
拡張機能の基本情報
名前 | Crypto Price Checker |
ID | lgodfpmfocbdblieklacjfokganlnigm |
公式URL | https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm |
説明 | Check crypto prices! |
ファイルサイズ | 172 KB |
インストール数 | 13 |
現在のバージョン | 2.0.0 |
最終更新日 | 2018-12-06 |
公開日 | 2018-12-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://lewiszou.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Price Checker", "description": "Check crypto prices!", "version": "2.0.0", "icons": { "128": "icon_128.png" }, "permissions": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "background": { "scripts": [ "jquery-3.3.1.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.coingecko.com\/en\/widgets\/", "https:\/\/www.cryptonator.com\/ui\/js\/widget\/" ], "js": [ "jquery-3.3.1.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |