DOM Overflow

Highlights elements that overflow the viewport

DOM Overflow là gì?

DOM Overflow là một tiện ích mở rộng Chrome được phát triển bởi http://thepixelforge.co.uk, và tính năng chính của nó là "Highlights elements that overflow the viewport".

Tải xuống tệp CRX của tiện ích mở rộng DOM Overflow

Tải xuống các tệp mở rộng DOM Overflow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
URL Chính Thức https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Mô tả Highlights elements that overflow the viewport
Kích Thước Tệp 5.85 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-10-28
Ngày Phát Hành 2016-10-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://thepixelforge.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/anth12/dom-overflow
URL Trang Trợ Giúp https://github.com/anth12/dom-overflow/issues
Ngôn Ngữ Được Hỗ Trợ 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
}