StyleStir

Get a quick overview of style tags.

¿Qué es StyleStir?

StyleStir es una extensión de Chrome desarrollada por hendrik.kao, y su función principal es "Get a quick overview of style tags.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StyleStir

Descarga archivos de extensión StyleStir 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

                        StyleStir lets you get a quick overview of style tags. Easily test your stylesheets on live pages and find and test the pages without legacy stylesheets.                    

Información Básica de la Extensión

Nombre StyleStir StyleStir
ID geiddmapllolffeknjjegpanflpknhbh
URL Oficial https://chromewebstore.google.com/detail/stylestir/geiddmapllolffeknjjegpanflpknhbh
Descripción Get a quick overview of style tags.
Tamaño del Archivo 50.8 KB
Cantidad de Instalaciones 25
Versión Actual 0.3
Última Actualización 2015-01-02
Fecha de Publicación 2015-01-02
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador hendrik.kao
Tipo de Pago free
Sitio Web de la Extensión http://hendrik.kao.ee/
URL de la Página de Ayuda http://hendrik.kao.ee/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StyleStir",
    "description": "Get a quick overview of style tags.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "version": "0.3",
    "minimum_chrome_version": "10.0",
    "devtools_page": "devtools.html",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}