Better Bittrex
Making using Bittrex just a little easier.
Better Bittrexคืออะไร?
Better Bittrex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stuckpigg และคุณลักษณะหลักของมันคือ "Making using Bittrex just a little easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Bittrex
ดาวน์โหลดไฟล์ส่วนขยาย Better Bittrex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updated for new bittrex site. Updated to only put the chart when there is already a chart there to replace. Removes default charts and adds in trading views charts. Published source for transparency to https://github.com/ctharvey/Better-Bittrex Submit ideas/issues as well to the github. Donations accepted. Ether: 0x3657a8235997Eb4182eD0515f820B79c21286242 Bitcion: 1LbdVrmk24RgS3ijSXNGEm16gApNZTQH9m
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Bittrex |
ID | hdchkkimlockolfnpkanppdldbmefkdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-bittrex/hdchkkimlockolfnpkanppdldbmefkdn |
คำอธิบาย | Making using Bittrex just a little easier. |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 667 |
เวอร์ชันปัจจุบัน | 0.0.10 |
อัปเดตครั้งล่าสุด | 2018-04-18 |
วันที่เผยแพร่ | 2018-04-17 |
คะแนน | 4.30/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | stuckpigg |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Bittrex", "version": "0.0.10", "manifest_version": 2, "description": "Making using Bittrex just a little easier.", "icons": { "16": "icons\/BetterBittrex16.png", "48": "icons\/BetterBittrex48.png", "128": "icons\/BetterBittrex128.png" }, "browser_action": { "default_icon": "icons\/BetterBittrex128.png", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "https:\/\/bittrex.com\/*", "activeTab", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js", "js\/BetterBittrex.js", "js\/studies.js", "js\/tv.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/tradingview.com; object-src 'self'" } |