Dogeticker

Checks the price of Dogecoin

ما هو Dogeticker؟

Dogeticker هو إضافة Chrome تم تطويرها بواسطة jakecup1، والميزة الرئيسية لها هي "Checks the price of Dogecoin".

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

screenshot

تحميل ملف CRX للإضافة Dogeticker

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

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

                        A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap.

Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)                    

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

الاسم Dogeticker Dogeticker
ID doicohnmpoccofaomikcjbgblkpcameb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb
الوصف Checks the price of Dogecoin
حجم الملف 36.03 KB
عدد التثبيتات 19
النسخة الحالية 1.0
آخر تحديث 2018-03-10
تاريخ النشر 2018-03-10
تقييم 5.00/5 مجموع تقييمات 5
المطور jakecup1
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jakecupani/dogecoin-ticker
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogeticker",
    "description": "Checks the price of Dogecoin",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}