Stylesheet Count

Count of the number of Style Sheet tags on the current page

¿Qué es Stylesheet Count?

Stylesheet Count es una extensión de Chrome desarrollada por jeremyfine365, y su función principal es "Count of the number of Style Sheet tags on the current page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Stylesheet Count

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

                        Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.                    

Información Básica de la Extensión

Nombre Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
URL Oficial https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Descripción Count of the number of Style Sheet tags on the current page
Tamaño del Archivo 43.27 KB
Cantidad de Instalaciones 10,000
Versión Actual 0.1
Última Actualización 2014-04-01
Fecha de Publicación 2014-04-01
Calificación 1.40/5 Total de 30 Calificaciones
Desarrollador jeremyfine365
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Stylesheet Count",
    "description": "Count of the number of Style Sheet tags on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stylesheet Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}