Front End Tips Tab

Get HTML / CSS / Javascript tips when you open a new tab in Chrome

ما هو Front End Tips Tab؟

Front End Tips Tab هو إضافة Chrome تم تطويرها بواسطة Neil Patel، والميزة الرئيسية لها هي "Get HTML / CSS / Javascript tips when you open a new tab in Chrome".

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

screenshot

تحميل ملف CRX للإضافة Front End Tips Tab

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

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

                        a Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology!                    

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

الاسم Front End Tips Tab Front End Tips Tab
ID igcjnmlofnnoiicdgpeabcjhbdcbieil
عنوان URL الرسمي https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil
الوصف Get HTML / CSS / Javascript tips when you open a new tab in Chrome
حجم الملف 8.89 KB
عدد التثبيتات 51
النسخة الحالية 0.0.0.1
آخر تحديث 2017-10-03
تاريخ النشر 2017-10-03
تقييم 4.50/5 مجموع تقييمات 2
المطور Neil Patel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Front End Tips Tab",
    "manifest_version": 2,
    "description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
    "version": "0.0.0.1",
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "html.png"
    }
}