Stylesheet Count

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

O que é Stylesheet Count?

Stylesheet Count é uma extensão do Chrome desenvolvida por jeremyfine365, e sua principal característica é "Count of the number of Style Sheet tags on the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stylesheet Count

Baixe arquivos de extensão Stylesheet Count no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
URL Oficial https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Descrição Count of the number of Style Sheet tags on the current page
Tamanho do Arquivo 43.27 KB
Contagem de Instalações 10,000
Versão Atual 0.1
Última Atualização 2014-04-01
Data de Publicação 2014-04-01
Classificação 1.40/5 Total de 30 Avaliações
Desenvolvedor jeremyfine365
Tipo de Pagamento free
Idiomas Suportados 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
}