TinkerCSS

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

Co je TinkerCSS?

TinkerCSS je rozšíření Chrome vyvinuté Jan Baykara, a jeho hlavní funkcí je „An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TinkerCSS

Stáhněte si soubory rozšíření TinkerCSS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
Oficiální URL https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
Popis An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
Velikost souboru 682 KB
Počet instalací 154
Aktuální Verze 1.2.2
Poslední Aktualizace 2015-07-09
Datum Vydání 2015-07-09
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Jan Baykara
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/janbaykara/TinkerCSS
URL Stránky Nápovědy https://github.com/janbaykara/TinkerCSS/issues
Podporované Jazyky 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"
}