DOM Overflow

Highlights elements that overflow the viewport

ما هو DOM Overflow؟

DOM Overflow هو إضافة Chrome تم تطويرها بواسطة http://thepixelforge.co.uk، والميزة الرئيسية لها هي "Highlights elements that overflow the viewport".

تحميل ملف CRX للإضافة DOM Overflow

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

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

                        DOM Overflow is a simple plugin that highlights elements of the DOM overflowing the document width causing unwanted horizontal scrolling.


Credits
- Full Basket by Iulia Ardeleanu from the Noun Project (project icon)                    

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

الاسم DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
الوصف Highlights elements that overflow the viewport
حجم الملف 5.85 KB
عدد التثبيتات 46
النسخة الحالية 2.0.1
آخر تحديث 2016-10-28
تاريخ النشر 2016-10-28
تقييم 5.00/5 مجموع تقييمات 2
المطور http://thepixelforge.co.uk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/anth12/dom-overflow
عنوان صفحة المساعدة https://github.com/anth12/dom-overflow/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM Overflow",
    "description": "Highlights elements that overflow the viewport",
    "version": "2.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Highlight overflowing elements"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}