Outliner CSS

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

¿Qué es Outliner CSS?

Outliner CSS es una extensión de Chrome desarrollada por tarah, y su función principal es "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Outliner CSS

Descarga archivos de extensión Outliner CSS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
URL Oficial https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
Descripción A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
Tamaño del Archivo 13.01 KB
Cantidad de Instalaciones 9,566
Versión Actual 1.0.1
Última Actualización 2017-10-10
Fecha de Publicación 2017-10-10
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador tarah
Tipo de Pago free
Idiomas Soportados 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
}