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. 擴展基本資訊
| 名稱 | |
| ID | lgodfpmfocbdblieklacjfokganlnigm |
| 官方網址 | 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"
}
} | |