Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Everything about Dogecoin in one extension

ما هو Dogecoin AllInOne: DOGE Ticker/Wallet viewer؟

Dogecoin AllInOne: DOGE Ticker/Wallet viewer هو إضافة Chrome تم تطويرها بواسطة Zed's Dev، والميزة الرئيسية لها هي "Everything about Dogecoin in one extension".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Dogecoin AllInOne: DOGE Ticker/Wallet viewer

قم بتنزيل ملفات الامتداد Dogecoin AllInOne: DOGE Ticker/Wallet viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        With Dogecoin All-in-one, you will be able to gather informations you really need :
- Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency
- Evolution for current day
- Customizable addresses balances

Source code is public: no malware, no weird permissions, no bullshit.
You can check the source code on Github (https://github.com/ZedsDev/dogecoin-allinone)

If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/dogecoin-allinone/issues)

To the moon!                    

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

الاسم Dogecoin AllInOne: DOGE Ticker/Wallet viewer Dogecoin AllInOne: DOGE Ticker/Wallet viewer
ID egbmffkgnnmfcnjhcmdajehbnehnjaoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo
الوصف Everything about Dogecoin in one extension
حجم الملف 887 KB
عدد التثبيتات 459
النسخة الحالية 1.1.1
آخر تحديث 2021-03-26
تاريخ النشر 2021-03-23
تقييم 4.00/5 مجموع تقييمات 1
المطور Zed's Dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ZedsDev/dogecoin-allinone
عنوان صفحة المساعدة https://github.com/ZedsDev/dogecoin-allinone/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogecoin AllInOne: DOGE Ticker\/Wallet viewer",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Everything about Dogecoin in one extension",
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/app.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=XDG*",
        "https:\/\/dogechain.info\/api\/v1\/address\/balance\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}