CSS debug alignment

Add background-color on all elements to debug css alignment

Co to jest CSS debug alignment?

CSS debug alignment to rozszerzenie Chrome opracowane przez http://sutterlity.fr, a jego główną funkcją jest „Add background-color on all elements to debug css alignment”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CSS debug alignment

Pobierz pliki rozszerzeń CSS debug alignment 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

                        Add background-color on all elements to debug css alignment.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSS debug alignment CSS debug alignment
ID kokeihndgocdlgibnibeabeljjgehadj
Oficjalny URL https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj
Opis Add background-color on all elements to debug css alignment
Rozmiar pliku 16.94 KB
Liczba instalacji 760
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2017-10-05
Data Publikacji 2017-10-05
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper http://sutterlity.fr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS debug alignment",
    "description": "Add background-color on all elements to debug css alignment",
    "version": "2.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "CSS debug alignment",
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}