Web Design Pirate
Fast and easy way to copy web components, HTML widgets and parts of website design.
O que é Web Design Pirate?
Web Design Pirate é uma extensão do Chrome desenvolvida por Dalimil Hajek, e sua principal característica é "Fast and easy way to copy web components, HTML widgets and parts of website design.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Design Pirate
Baixe arquivos de extensão Web Design Pirate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Web Design Pirate |
ID | pdplijceapgnjafgenmlijejmjgplbhm |
URL Oficial | https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm |
Descrição | Fast and easy way to copy web components, HTML widgets and parts of website design. |
Tamanho do Arquivo | 134 KB |
Contagem de Instalações | 2,892 |
Versão Atual | 1.5 |
Última Atualização | 2021-01-02 |
Data de Publicação | 2019-03-05 |
Classificação | 3.85/5 Total de 20 Avaliações |
Desenvolvedor | Dalimil Hajek |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Dalimil/Web-Design-Pirate |
URL da Página de Ajuda | https://www.paypal.com/paypalme/DaliCanada/5USD |
Idiomas Suportados | 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": [ " |