TinkerCSS

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

TinkerCSS क्या है?

TinkerCSS Jan Baykara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TinkerCSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
आधिकारिक URL https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
विवरण An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
फ़ाइल का आकार 682 KB
स्थापना संख्या 154
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2015-07-09
प्रकाशन तिथि 2015-07-09
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Jan Baykara
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/janbaykara/TinkerCSS
सहायता पृष्ठ URL https://github.com/janbaykara/TinkerCSS/issues
समर्थित भाषाएँ 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"
}