Rdd Ticker
This extension displays the current Rdd/BTC price badge.
Rdd Tickerคืออะไร?
Rdd Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrownSlaughter และคุณลักษณะหลักของมันคือ "This extension displays the current Rdd/BTC price badge."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rdd Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Rdd Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rdd Ticker - Displays the current btc price for redd coin on the toolbar (price is retrieved from cryptsy api) Auto update price every 2 mins Click to update price on demand If you Like the ticker feel free to tip me BTC - 1E2FAeEzLgGTHasyf9nJXpa3W8YKvrLMka RDD - RhB7FJxydn9SMYfq6MVNEu24JX61XF1pU6 or find me on http://www.reddit.com/r/reddCoin BrownSlaughter v1.1 typo fix on 'rdd_icon_48.png typo fix on 'rdd_icon_16.png
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppbfgckeajiofonbeoehaikambjeciga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rdd-ticker/ppbfgckeajiofonbeoehaikambjeciga |
คำอธิบาย | This extension displays the current Rdd/BTC price badge. |
ขนาดไฟล์ | 78.65 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-07-14 |
วันที่เผยแพร่ | 2014-07-14 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | BrownSlaughter |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "rdd_icon_48.png" }, "description": "This extension displays the current Rdd\/BTC price badge.", "icons": { "16": "rdd_icon_16.png", "48": "rdd_icon_48.png", "128": "rdd_icon_128.png" }, "manifest_version": 2, "name": "Rdd Ticker", "permissions": [ "storage", "http:\/\/pubapi.cryptsy.com\/" ], "version": "1.1" } |