FE cheatsheets

FE helper

ما هو FE cheatsheets؟

FE cheatsheets هو إضافة Chrome تم تطويرها بواسطة linyongping، والميزة الرئيسية لها هي "FE helper".

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

screenshot

تحميل ملف CRX للإضافة FE cheatsheets

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

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

                        Useful cheat sheets for front end developer                    

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

الاسم FE cheatsheets FE cheatsheets
ID koclgecfmdaphmpjicbkmhhdhnelipnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl
الوصف FE helper
حجم الملف 243 KB
عدد التثبيتات 26
النسخة الحالية 1.0.1
آخر تحديث 2017-12-14
تاريخ النشر 2017-12-13
المطور linyongping
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FE cheatsheets",
    "version": "1.0.1",
    "description": "FE helper",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo.png",
            "38": "images\/logo.png"
        },
        "default_title": "FE cheatsheets collector",
        "default_popup": "index.html"
    }
}