Crypto Price Checker
Check crypto prices!
Crypto Price Checkerคืออะไร?
Crypto Price Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lewiszou.com และคุณลักษณะหลักของมันคือ "Check crypto prices!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Price Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |