TinkerCSS

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

Qu'est-ce que TinkerCSS ?

TinkerCSS est une extension Chrome développée par Jan Baykara, et sa fonction principale est "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TinkerCSS

Téléchargez les fichiers d'extension TinkerCSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
URL Officiel https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
Description An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
Taille du Fichier 682 KB
Nombre d'Installations 154
Version Actuelle 1.2.2
Dernière Mise à Jour 2015-07-09
Date de Publication 2015-07-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur Jan Baykara
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/janbaykara/TinkerCSS
URL de la Page d'Aide https://github.com/janbaykara/TinkerCSS/issues
Langues Prises en Charge 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"
}