TinkerCSS

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

Cos'è TinkerCSS?

TinkerCSS è un'estensione di Chrome sviluppata da Jan Baykara, e la sua funzione principale è "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TinkerCSS

Scarica i file di estensione TinkerCSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
URL Ufficiale https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
Descrizione An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
Dimensione del File 682 KB
Conteggio Installazioni 154
Versione Corrente 1.2.2
Ultimo Aggiornamento 2015-07-09
Data di Pubblicazione 2015-07-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Jan Baykara
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/janbaykara/TinkerCSS
URL della Pagina di Aiuto https://github.com/janbaykara/TinkerCSS/issues
Lingue Supportate 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"
}