Bitcoin GO
Get live notifications for bitcoin value
Bitcoin GOคืออะไร?
Bitcoin GO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colkito และคุณลักษณะหลักของมันคือ "Get live notifications for bitcoin value"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin GO
ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin GO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just shows the Bitstamp BTC (Bitcoin) price/rate. It's fetched every 10 seconds or when the user clicks on the icon. About badge background colours: * black - price did not change from last fetch. * green - price went up * red - price went down source code: https://github.com/colkito/BitcoinGO-extension *** This is not an official plugin! *** The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp. More info about Bitstamp can be found from bitstamp.net
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjacdkfgnmaigbmeejkjacecoibojgdn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn |
คำอธิบาย | Get live notifications for bitcoin value |
ขนาดไฟล์ | 24.3 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2014-01-29 |
วันที่เผยแพร่ | 2014-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | colkito |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin GO", "version": "0.0.3", "description": "Get live notifications for bitcoin value", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "https:\/\/www.bitstamp.net\/api\/ticker\/", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bitcoin-16.png" } } |