Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

ما هو Shibes.Org DogeCoin Tracker؟

Shibes.Org DogeCoin Tracker هو إضافة Chrome تم تطويرها بواسطة James Shelley، والميزة الرئيسية لها هي "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.".

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

screenshot

تحميل ملف CRX للإضافة Shibes.Org DogeCoin Tracker

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

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

                        This extension will override your new tab page with current dogecoin price information.                    

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

الاسم Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
عنوان URL الرسمي https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
الوصف This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
حجم الملف 69.3 KB
عدد التثبيتات 48
النسخة الحالية 1.14
آخر تحديث 2018-01-01
تاريخ النشر 2018-01-01
تقييم 5.00/5 مجموع تقييمات 1
المطور James Shelley
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shibes.org
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}