Rdd Companion

This extension is an advanced version of my simple ticker.

ما هو Rdd Companion؟

Rdd Companion هو إضافة Chrome تم تطويرها بواسطة BrownSlaughter، والميزة الرئيسية لها هي "This extension is an advanced version of my simple ticker.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rdd Companion

قم بتنزيل ملفات الامتداد Rdd Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is a rdd toolbar ticker at its heart but with added features

Features:

new reddcoin subreddit features

4 wallet support - Gets balance and estimated time to stake.

Ticker - Gets current redd coin price from cryptsy and displays in on a toolbar badge and updates the price every 15 seconds.

PosV calculator - will calculate interest for 5 years.

Currency converter - Enter a rdd coin amount and have it convert the price of the reddcoins to BTC and USD.

Integrated Faucet - Now included thanks to fauc.at

Facebook - Stay up to date on the reddcoin news with the reddcoin facebook feed.

Links - Some handy bookmarks to save you time.

Please leave feedback and tell me what features you would like added and if you enjoy the extension please feel free to donate 

Reddcoin address: RhB7FJxydn9SMYfq6MVNEu24JX61XF1pU6
BTC address: 1E2FAeEzLgGTHasyf9nJXpa3W8YKvrLMka

or find me on http://www.reddit.com/r/reddCoin
BrownSlaughter 

Change log for 1.7
Added Functionality to reddcoin subreddit

Change log for 1.6
Fixed a small bug with unconfirmed transactions

Change log for 1.5
Added 4 wallet support 
Added wallet summary 
Added Estimated Time to stake 
Added options page 
Updated calculator codes
Layout Overhaul 

update 1.4 
Added Cryptsy api service status 
Added 5% interest PosV calc
Added WeSellRedd.com link for buying ReddCoin 
Updated calc for Hypothetical sat prices                    

معلومات أساسية عن التمديد

الاسم Rdd Companion Rdd Companion
ID kloifefdfjjlmbadgkbaphjecijiokja
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rdd-companion/kloifefdfjjlmbadgkbaphjecijiokja
الوصف This extension is an advanced version of my simple ticker.
حجم الملف 160 KB
عدد التثبيتات 81
النسخة الحالية 1.7
آخر تحديث 2014-12-01
تاريخ النشر 2014-12-01
تقييم 4.44/5 مجموع تقييمات 9
المطور 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",
        "default_popup": "index.html",
        "default_title": "Rdd Companion"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.reddit.com\/r\/reddCoin\/*",
                "http:\/\/www.reddit.com\/r\/reddCoin\/new\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "browser.js"
            ]
        }
    ],
    "description": "This extension is an advanced version of my simple ticker.",
    "icons": {
        "16": "rdd_icon_16.png",
        "48": "rdd_icon_48.png",
        "128": "rdd_icon_128.png"
    },
    "manifest_version": 2,
    "name": "Rdd Companion",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/pubapi.cryptsy.com\/",
        "http:\/\/reddcoin.com\/"
    ],
    "options_page": "options.html",
    "version": "1.7"
}