Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Vad är Outliner CSS?

Outliner CSS är en Chrome-tillägg utvecklad av tarah, och dess huvudfunktion är "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".

Tilläggsskärmbilder

screenshot

Ladda ner Outliner CSS-förlängningens CRX-fil

Ladda ner Outliner CSS-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

                        After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. 
 
Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.                    

Grundläggande Information om Tillägg

Namn Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
Officiell webbadress https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
Beskrivning A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Filstorlek 13.01 KB
Antal Installationer 9,566
Aktuell Version 1.0.1
Senast Uppdaterad 2017-10-10
Publiceringsdatum 2017-10-10
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare tarah
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outliner CSS",
    "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Outliner CSS",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2
}