CSS debug alignment

Add background-color on all elements to debug css alignment

Vad är CSS debug alignment?

CSS debug alignment är en Chrome-tillägg utvecklad av http://sutterlity.fr, och dess huvudfunktion är "Add background-color on all elements to debug css alignment".

Tilläggsskärmbilder

screenshot

Ladda ner CSS debug alignment-förlängningens CRX-fil

Ladda ner CSS debug alignment-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CSS debug alignment CSS debug alignment
ID kokeihndgocdlgibnibeabeljjgehadj
Officiell webbadress https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj
Beskrivning Add background-color on all elements to debug css alignment
Filstorlek 16.94 KB
Antal Installationer 760
Aktuell Version 2.1
Senast Uppdaterad 2017-10-05
Publiceringsdatum 2017-10-05
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare http://sutterlity.fr
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}