StyleStir

Get a quick overview of style tags.

O que é StyleStir?

StyleStir é uma extensão do Chrome desenvolvida por hendrik.kao, e sua principal característica é "Get a quick overview of style tags.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão StyleStir

Baixe arquivos de extensão StyleStir 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

                        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.                    

Informações Básicas da Extensão

Nome StyleStir StyleStir
ID geiddmapllolffeknjjegpanflpknhbh
URL Oficial https://chromewebstore.google.com/detail/stylestir/geiddmapllolffeknjjegpanflpknhbh
Descrição Get a quick overview of style tags.
Tamanho do Arquivo 50.8 KB
Contagem de Instalações 25
Versão Atual 0.3
Última Atualização 2015-01-02
Data de Publicação 2015-01-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor hendrik.kao
Tipo de Pagamento free
Site da Extensão http://hendrik.kao.ee/
URL da Página de Ajuda http://hendrik.kao.ee/
Idiomas Suportados 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",
        ""
    ]
}