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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |