DOM Overflow

Highlights elements that overflow the viewport

Apa itu DOM Overflow?

DOM Overflow adalah ekstensi Chrome yang dikembangkan oleh http://thepixelforge.co.uk, dan fitur utamanya adalah "Highlights elements that overflow the viewport".

Unduh Berkas CRX Ekstensi DOM Overflow

Unduh file ekstensi DOM Overflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
URL Resmi https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Deskripsi Highlights elements that overflow the viewport
Ukuran File 5.85 KB
Jumlah Instalasi 46
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2016-10-28
Tanggal Publikasi 2016-10-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://thepixelforge.co.uk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/anth12/dom-overflow
URL Halaman Bantuan https://github.com/anth12/dom-overflow/issues
Bahasa yang Didukung 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
}