CSSSteal

Given DOM element returns styles applied to it and all its children.

CSSSteal क्या है?

CSSSteal Krasimir Tsonev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Given DOM element returns styles applied to it and all its children."।

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

screenshot

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

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

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

                        Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.                    

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

नाम CSSSteal CSSSteal
ID ellabkgcnhflepncdcnelhgclfkgmanh
आधिकारिक URL https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh
विवरण Given DOM element returns styles applied to it and all its children.
फ़ाइल का आकार 557 KB
स्थापना संख्या 4,448
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-10-08
प्रकाशन तिथि 2015-10-08
रेटिंग 2.26/5 कुल 46 रेटिंग्स
डेवलपर Krasimir Tsonev
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSSSteal",
    "description": "Given DOM element returns styles applied to it and all its children.",
    "version": "1.0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html"
}