Web Design Pirate

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

Co to jest Web Design Pirate?

Web Design Pirate to rozszerzenie Chrome opracowane przez Dalimil Hajek, a jego główną funkcją jest „Fast and easy way to copy web components, HTML widgets and parts of website design.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Web Design Pirate

Pobierz pliki rozszerzeń Web Design Pirate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Design Pirate Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
Oficjalny URL https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm
Opis Fast and easy way to copy web components, HTML widgets and parts of website design.
Rozmiar pliku 134 KB
Liczba instalacji 2,892
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-01-02
Data Publikacji 2019-03-05
Ocena 3.85/5 Łącznie 20 Oceny
Deweloper Dalimil Hajek
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Dalimil/Web-Design-Pirate
Adres URL Strony Pomocy https://www.paypal.com/paypalme/DaliCanada/5USD
Obsługiwane Języki 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"
}