eXtract Snippet

Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS

eXtract Snippet क्या है?

eXtract Snippet Melwyn Pawar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS"।

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

screenshot

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

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

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

                        eXtract Snippet may be used to easily extract the HTML & CSS code for any snippet over any website. Extract HTML/CSS snippets from websites in the following way. Install "eXtract Snippet"=> Inspect an element using chrome's developer tools 'inspect element'. Within the developer tools you should also see a panel named "eXtract HTML CSS". Click on to the "eXtract HTML CSS" panel and further click onto the "Get HTML/CSS of inspected element" button withing the panel. Please be patient while the eXtractor filters only the relevant CSS and pulls out the HTML CODE for the inspected snippet. Smaller snippets may get done quickly, bigger snippets may take a while. The final extracted code is a close match to the actual snippet onto the site and can be previewed onto "codepen", "jsfiddle" or "JSbin" by simply clicking on to the buttons below the eXtracted code. Kindly note that media queries are extracted in version 1.4 , but has been duplicated for each selector within the same media rule. 1.4 comes with an update of extracting HTML & CSS from iframes too.                    

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

नाम eXtract Snippet eXtract Snippet
ID bfcjfegkgdoomgmofhcidoiampnpbdao
आधिकारिक URL https://chromewebstore.google.com/detail/extract-snippet/bfcjfegkgdoomgmofhcidoiampnpbdao
विवरण Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS
फ़ाइल का आकार 297 KB
स्थापना संख्या 10,398
वर्तमान संस्करण 1.5
अंतिम अपडेट 2016-04-20
प्रकाशन तिथि 2016-04-20
रेटिंग 3.11/5 कुल 38 रेटिंग्स
डेवलपर Melwyn Pawar
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "allLibs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Extract HTML\/CSS snippets from websites. Inspect an element and eXtract HTML CSS",
    "icons": {
        "128": "l1.png",
        "16": "icon.png",
        "48": "l2.png"
    },
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "name": "eXtract Snippet",
    "permissions": [
        "tabs",
        "",
        "background"
    ],
    "version": "1.5"
}