VeChain Price Checker

View crypto currencies of VeChain and others from exchanges.

VeChain Price Checkerคืออะไร?

VeChain Price Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย A Byte Ahead และคุณลักษณะหลักของมันคือ "View crypto currencies of VeChain and others from exchanges."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VeChain Price Checker

ดาวน์โหลดไฟล์ส่วนขยาย VeChain Price Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        View 1300+ pairs of crypto prices in your browser!

BTC (Bitcoin), ETH (Ethereum), LTC (Litecoin), BCH, OCE, EOS, VET (VeChain), JUR, .

Exchange supported:

* Coinbase
* Binance
* Huobi

Update 2020-10-13:
* Improve "fuzzy search" on popup.
* Update fiat rate of any currency -> USD on popup.

Update 2020-08-10:
* Updated Icon
* Remove OceanEx exchange from support due to unstable API.

Update 2020-03-18:
* Add toast and copy-to-clipboard

Update 2020-03-17:
* Add Coinbase support

Update 2020-03-13:
* Add dark mode.

Update 2020-02-25:
* Add link to the card of each exchange.

Update 2020-02-22:

* User interface update.
* More fiat currency supported.

Update 2020-02-21:

* Add Huobi API
* Add more fiat currency
* User can freely choose their crypto pairs to watch.

Update 2019-11-20:

* Add a badge text to display VET/Satoshi directly on toolbar.
* Fix the display significant digits to 3.


支持 1300+ 个交易对,直接查看 唯链 VET 比特币 BTC  以太坊 ETH 波场 TRX EOS 的价格 OCE 的价格

价格来源:

* Coinbase
* 币安
* Huobi

Update 2020-10-13:
* 提升模糊搜索
* 界面展示法币价格

更新内容 2020-08-10:
* 图标更改
* 去除了OceanEx交易所,因其API不稳定

更新内容 2020-03-18:
* 增加点击复制价格

更新内容 2020-03-17:
* 增加 Coinbase 交易所

更新内容 2020-02-25:
* 增加每个按钮链接到交易所

更新内容 2020-03-13:
* 增加黑暗模式

更新内容 2020-02-22:

* 用户界面扁平化 

更新内容 2020-02-21:

* 新加入货币交易所
* 增加更多法币支持
* 用户可以自由添加/删除交易对

更新内容  2019-11-20:

* 直接在浏览器icon上查看价格
* 小数点精确到3位有效数字                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VeChain Price Checker VeChain Price Checker
ID ojopeinoooepnfnmifmmjebccpnjamea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vechain-price-checker/ojopeinoooepnfnmifmmjebccpnjamea
คำอธิบาย View crypto currencies of VeChain and others from exchanges.
ขนาดไฟล์ 822 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 3.1.6
อัปเดตครั้งล่าสุด 2020-10-14
วันที่เผยแพร่ 2020-03-18
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา A Byte Ahead
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VeChain Price Checker",
    "description": "View crypto currencies of VeChain and others from exchanges.",
    "version": "3.1.6",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Crypto Prices",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/coins.abyteahead.com\/*"
    ]
}