DOM Overflow

Highlights elements that overflow the viewport

Co to jest DOM Overflow?

DOM Overflow to rozszerzenie Chrome opracowane przez http://thepixelforge.co.uk, a jego główną funkcją jest „Highlights elements that overflow the viewport”.

Pobierz plik CRX rozszerzenia DOM Overflow

Pobierz pliki rozszerzeń DOM Overflow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa DOM Overflow DOM Overflow
ID nkaepkjbnbbnflhnpcfejjpckndifhjj
Oficjalny URL https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj
Opis Highlights elements that overflow the viewport
Rozmiar pliku 5.85 KB
Liczba instalacji 46
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2016-10-28
Data Publikacji 2016-10-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://thepixelforge.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/anth12/dom-overflow
Adres URL Strony Pomocy https://github.com/anth12/dom-overflow/issues
Obsługiwane Języki 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
}