DOM Overflow

Highlights elements that overflow the viewport

Was ist DOM Overflow?

DOM Overflow ist eine Chrome-Erweiterung, die von http://thepixelforge.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Highlights elements that overflow the viewport".

DOM Overflow-Erweiterungs-CRX-Datei herunterladen

Laden Sie DOM Overflow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
Offizielle URL https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Beschreibung Highlights elements that overflow the viewport
Dateigröße 5.85 KB
Installationsanzahl 46
Aktuelle Version 2.0.1
Letztes Update 2016-10-28
Veröffentlichungsdatum 2016-10-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://thepixelforge.co.uk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/anth12/dom-overflow
Hilfeseite URL https://github.com/anth12/dom-overflow/issues
Unterstützte Sprachen 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
}