TinkerCSS

An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.

O que é TinkerCSS?

TinkerCSS é uma extensão do Chrome desenvolvida por Jan Baykara, e sua principal característica é "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TinkerCSS

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

                        TinkerCSS appends a CSS style tag to the end of a HTML document , that you can then live modify via the extension's editor Inspector panel, and see the results in real-time.

The CSS you write is saved with reference to the page URL, so if you open the same page again and load the panel, your previously written snippet will load up.                    

Informações Básicas da Extensão

Nome TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
URL Oficial https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
Descrição An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
Tamanho do Arquivo 682 KB
Contagem de Instalações 154
Versão Atual 1.2.2
Última Atualização 2015-07-09
Data de Publicação 2015-07-09
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Jan Baykara
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/janbaykara/TinkerCSS
URL da Página de Ajuda https://github.com/janbaykara/TinkerCSS/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TinkerCSS",
    "description": "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.",
    "manifest_version": 2,
    "version": "1.2.2",
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "deps\/jquery.js",
                "lib\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "devtools_page": "lib\/devtools\/devtools.html"
}