Rdd Ticker
This extension displays the current Rdd/BTC price badge.
什麼是Rdd Ticker?
Rdd Ticker是由BrownSlaughter開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the current Rdd/BTC price badge.”。
擴展截圖
下載Rdd Ticker擴展crx文件
下載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 |
官方網址 | 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" } |