DOM Overflow

Highlights elements that overflow the viewport

Wat is DOM Overflow?

DOM Overflow is een Chrome-extensie ontwikkeld door http://thepixelforge.co.uk, en de belangrijkste functie is "Highlights elements that overflow the viewport".

Download het CRX-bestand van de extensie DOM Overflow

Download DOM Overflow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
Officiële URL https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Beschrijving Highlights elements that overflow the viewport
Bestandsgrootte 5.85 KB
Aantal Installaties 46
Huidige Versie 2.0.1
Laatst Bijgewerkt 2016-10-28
Publicatiedatum 2016-10-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://thepixelforge.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/anth12/dom-overflow
Help Pagina-URL https://github.com/anth12/dom-overflow/issues
Ondersteunde Talen 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
}