Uniswap Price tracker
Persistent price ticker for $Uni. Powered by Covalent
Uniswap Price trackerคืออะไร?
Uniswap Price tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hoangdaothienmenh และคุณลักษณะหลักของมันคือ "Persistent price ticker for $Uni. Powered by Covalent"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uniswap Price tracker
ดาวน์โหลดไฟล์ส่วนขยาย Uniswap Price tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show current market price of Uniswap ticker (default currency USD)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhbelcjphnnckoaldnfhdbdpddilaafk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk |
คำอธิบาย | Persistent price ticker for $Uni. Powered by Covalent |
ขนาดไฟล์ | 35.96 KB |
จำนวนการติดตั้ง | 551 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2020-12-14 |
วันที่เผยแพร่ | 2020-12-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | hoangdaothienmenh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "ticker.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "UNI Ticker" }, "description": "Persistent price ticker for $Uni. Powered by Covalent", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Uniswap Price tracker", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1" } |