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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}