Poloniex with Icons
Made by @foxinni
ما هو Poloniex with Icons؟
Poloniex with Icons هو إضافة Chrome تم تطويرها بواسطة Foxinni، والميزة الرئيسية لها هي "Made by @foxinni".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Poloniex with Icons
قم بتنزيل ملفات الامتداد Poloniex with Icons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Simply adds icons to your Poloniex coins in the sidebar on desktop.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | fajgbkeboabhfalgbghijoofhpagoago | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/poloniex-with-icons/fajgbkeboabhfalgbghijoofhpagoago | 
| الوصف | Made by @foxinni | 
| حجم الملف | 252 KB | 
| عدد التثبيتات | 10 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2017-05-30 | 
| تاريخ النشر | 2017-05-30 | 
| تقييم | 5.00/5 مجموع تقييمات 1 | 
| المطور | Foxinni | 
| نوع الدفع | free | 
| موقع الإضافة | https://twitter.com/foxinni | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poloniex with Icons",
    "description": "Made by @foxinni",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.woff"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/poloniex.com\/*"
            ]
        }
    ]
}  |  |