DOM Overflow

Highlights elements that overflow the viewport

Cos'è DOM Overflow?

DOM Overflow è un'estensione di Chrome sviluppata da http://thepixelforge.co.uk, e la sua funzione principale è "Highlights elements that overflow the viewport".

Scarica il file CRX dell'estensione DOM Overflow

Scarica i file di estensione DOM Overflow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
URL Ufficiale https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Descrizione Highlights elements that overflow the viewport
Dimensione del File 5.85 KB
Conteggio Installazioni 46
Versione Corrente 2.0.1
Ultimo Aggiornamento 2016-10-28
Data di Pubblicazione 2016-10-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://thepixelforge.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/anth12/dom-overflow
URL della Pagina di Aiuto https://github.com/anth12/dom-overflow/issues
Lingue Supportate 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
}