Div Density

This extension shows the density of elements on your page

Co to jest Div Density?

Div Density to rozszerzenie Chrome opracowane przez https://andersfisher.com, a jego główną funkcją jest „This extension shows the density of elements on your page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Div Density

Pobierz pliki rozszerzeń Div Density 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

                        Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!                    

Podstawowe informacje o rozszerzeniu

Nazwa Div Density Div Density
ID akhjnfacldhnbhkpmhebkfocmheaicif
Oficjalny URL https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif
Opis This extension shows the density of elements on your page
Rozmiar pliku 6.95 KB
Liczba instalacji 404
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-25
Data Publikacji 2014-07-25
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper https://andersfisher.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Div Density",
    "description": "This extension shows the density of elements on your page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    }
}