Web Design Pirate

Fast and easy way to copy web components, HTML widgets and parts of website design.

Web Design Pirate क्या है?

Web Design Pirate Dalimil Hajek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and easy way to copy web components, HTML widgets and parts of website design."।

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

screenshot
screenshot

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

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

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

                        Web Design Pirate is a Chrome DevTools extension that allows you to select an HTML node, and then gives you only the CSS styles that you need to render the full component (subtree).

Optionally, for copying wrapper-style components it also allows you to specify the level of inner HTML content that can be thrown away (to further reduce the number of needed CSS styles).

You will get a new tab called Pirate in your Chrome DevTools. If you inspect an HTML element on the page using the regular Elements tab, then switch over to the Pirate tab, that element will be automatically selected.                    

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

नाम Web Design Pirate Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
आधिकारिक URL https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm
विवरण Fast and easy way to copy web components, HTML widgets and parts of website design.
फ़ाइल का आकार 134 KB
स्थापना संख्या 2,892
वर्तमान संस्करण 1.5
अंतिम अपडेट 2021-01-02
प्रकाशन तिथि 2019-03-05
रेटिंग 3.85/5 कुल 20 रेटिंग्स
डेवलपर Dalimil Hajek
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Dalimil/Web-Design-Pirate
सहायता पृष्ठ URL https://www.paypal.com/paypalme/DaliCanada/5USD
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Design Pirate",
    "version": "1.5",
    "description": "Fast and easy way to copy web components, HTML widgets and parts of website design.",
    "devtools_page": "src\/devtools.html",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "author": "Dalimil Hajek"
}