Box Borders

Adds Red Borders to all Boxes on the Page

ما هو Box Borders؟

Box Borders هو إضافة Chrome تم تطويرها بواسطة davidnbooth، والميزة الرئيسية لها هي "Adds Red Borders to all Boxes on the Page".

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

screenshot

تحميل ملف CRX للإضافة Box Borders

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

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

                        Adds red borders to all of the elements on the page.  Useful for web development and debugging the layout of your page.                    

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

الاسم Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
عنوان URL الرسمي https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig
الوصف Adds Red Borders to all Boxes on the Page
حجم الملف 7.91 KB
عدد التثبيتات 67
النسخة الحالية 1.0
آخر تحديث 2021-03-30
تاريخ النشر 2021-03-30
المطور davidnbooth
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Borders",
    "description": "Adds Red Borders to all Boxes on the Page",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}