Web Developer Checklist

Analyses any web page for violations of best practices

ما هو Web Developer Checklist؟

Web Developer Checklist هو إضافة Chrome تم تطويرها بواسطة toptal.com، والميزة الرئيسية لها هي "Analyses any web page for violations of best practices".

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

screenshot

تحميل ملف CRX للإضافة Web Developer Checklist

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

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

                        Analyses any web page for violations of best practices.
This extension helps web developers easily discover problem areas in websites.
This is a companion extension for https://www.toptal.com/developers/webdevchecklist                    

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

الاسم Web Developer Checklist Web Developer Checklist
ID iahamcpedabephpcgkeikbclmaljebjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-developer-checklist/iahamcpedabephpcgkeikbclmaljebjp
الوصف Analyses any web page for violations of best practices
حجم الملف 32.65 KB
عدد التثبيتات 52,012
النسخة الحالية 2.0.3
آخر تحديث 2021-05-14
تاريخ النشر 2017-08-30
تقييم 4.19/5 مجموع تقييمات 52
المطور toptal.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.toptal.com/developers/webdevchecklist
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Developer Checklist",
    "version": "2.0.3",
    "author": "Toptal",
    "description": "Analyses any web page for violations of best practices",
    "permissions": [
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{65bf4dd0-b6df-44f7-9285-cb5545037d80}"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Web Developer Checklist"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    }
}