Web Design Pirate

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

Was ist Web Design Pirate?

Web Design Pirate ist eine Chrome-Erweiterung, die von Dalimil Hajek entwickelt wurde, und ihr Hauptmerkmal ist "Fast and easy way to copy web components, HTML widgets and parts of website design.".

Erweiterungsscreenshots

screenshot
screenshot

Web Design Pirate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Design Pirate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web Design Pirate Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
Offizielle URL https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm
Beschreibung Fast and easy way to copy web components, HTML widgets and parts of website design.
Dateigröße 134 KB
Installationsanzahl 2,892
Aktuelle Version 1.5
Letztes Update 2021-01-02
Veröffentlichungsdatum 2019-03-05
Bewertung 3.85/5 Insgesamt 20 Bewertungen
Entwickler Dalimil Hajek
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Dalimil/Web-Design-Pirate
Hilfeseite URL https://www.paypal.com/paypalme/DaliCanada/5USD
Unterstützte Sprachen 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"
}