CryptoVision - Portfolio Tracker
Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.
CryptoVision - Portfolio Trackerคืออะไร?
CryptoVision - Portfolio Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cryptovisionapp และคุณลักษณะหลักของมันคือ "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CryptoVision - Portfolio Tracker
ดาวน์โหลดไฟล์ส่วนขยาย CryptoVision - Portfolio Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have super-vision by seeing crypto prices right in your browser tabs. This is the fastest way to feed your crypto addiction. You will be able to track your portfolio of Bitcoin and Cryptocurrency prices on the browser in the quickest, most productive way possible. - Add unlimited coins to your watchlist. - Curate your watchlist to suit your portfolio. - Drag & Drop to reorder. - First coin's price shown directly in tab. - Pricing information straight from Coinmarketcap. Best of all, No Navigation Necessary.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CryptoVision - Portfolio Tracker |
ID | fpocfajnfadmkkmlnccdimokahdileob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cryptovision-portfolio-tr/fpocfajnfadmkkmlnccdimokahdileob |
คำอธิบาย | Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary. |
ขนาดไฟล์ | 201 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2017-12-12 |
วันที่เผยแพร่ | 2017-12-12 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | cryptovisionapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.cryptovisionapp.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoVision - Portfolio Tracker", "short_name": "CryptoVision", "description": "Most convenient way to track Bitcoin and Cryptocurrencies prices on the browser. No Navigation Necessary.", "icons": { "128": "img\/cv-128.png" }, "version": "0.1.2", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/api.coinmarketcap.com\/*" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X", "windows": "Ctrl+Shift+X", "mac": "Command+Shift+X" } } } } |