Div Density

This extension shows the density of elements on your page

ما هو Div Density؟

Div Density هو إضافة Chrome تم تطويرها بواسطة https://andersfisher.com، والميزة الرئيسية لها هي "This extension shows the density of elements on your page".

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

screenshot

تحميل ملف CRX للإضافة Div Density

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

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

                        Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!                    

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

الاسم Div Density Div Density
ID akhjnfacldhnbhkpmhebkfocmheaicif
عنوان URL الرسمي https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif
الوصف This extension shows the density of elements on your page
حجم الملف 6.95 KB
عدد التثبيتات 404
النسخة الحالية 1.0
آخر تحديث 2014-07-25
تاريخ النشر 2014-07-25
تقييم 4.17/5 مجموع تقييمات 6
المطور https://andersfisher.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Div Density",
    "description": "This extension shows the density of elements on your page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    }
}