Cryptex
A minimal cryptocurrency monitor.
Cryptexคืออะไร?
Cryptex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cole Alan Roberts และคุณลักษณะหลักของมันคือ "A minimal cryptocurrency monitor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cryptex
ดาวน์โหลดไฟล์ส่วนขยาย Cryptex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cryptex allows you to easily track the Bitcoin, Ethereum, and Litecoin markets whenever you open a new tab. All data is provided using the official Coinbase API and is updated every minute.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
คำอธิบาย | A minimal cryptocurrency monitor. |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2017-07-28 |
วันที่เผยแพร่ | 2017-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Cole Alan Roberts |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cryptex", "version": "0.0.7", "manifest_version": 2, "description": "A minimal cryptocurrency monitor.", "browser_action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "page": "cryptex.html", "persistent": false }, "web_accessible_resources": [ "cryptex.js" ], "chrome_url_overrides": { "newtab": "cryptex.html" } } |