Web Design Pirate

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

Qu'est-ce que Web Design Pirate ?

Web Design Pirate est une extension Chrome développée par Dalimil Hajek, et sa fonction principale est "Fast and easy way to copy web components, HTML widgets and parts of website design.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Design Pirate

Téléchargez les fichiers d'extension Web Design Pirate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Design Pirate Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
URL Officiel https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm
Description Fast and easy way to copy web components, HTML widgets and parts of website design.
Taille du Fichier 134 KB
Nombre d'Installations 2,892
Version Actuelle 1.5
Dernière Mise à Jour 2021-01-02
Date de Publication 2019-03-05
Évaluation 3.85/5 Total 20 Évaluations
Développeur Dalimil Hajek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Dalimil/Web-Design-Pirate
URL de la Page d'Aide https://www.paypal.com/paypalme/DaliCanada/5USD
Langues Prises en Charge 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"
}