Web Design Pirate
Fast and easy way to copy web components, HTML widgets and parts of website design.
Apa itu Web Design Pirate?
Web Design Pirate adalah ekstensi Chrome yang dikembangkan oleh Dalimil Hajek, dan fitur utamanya adalah "Fast and easy way to copy web components, HTML widgets and parts of website design.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Design Pirate
Unduh file ekstensi Web Design Pirate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Web Design Pirate |
ID | pdplijceapgnjafgenmlijejmjgplbhm |
URL Resmi | https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm |
Deskripsi | Fast and easy way to copy web components, HTML widgets and parts of website design. |
Ukuran File | 134 KB |
Jumlah Instalasi | 2,892 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2021-01-02 |
Tanggal Publikasi | 2019-03-05 |
Penilaian | 3.85/5 Total 20 Penilaian |
Pengembang | Dalimil Hajek |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Dalimil/Web-Design-Pirate |
URL Halaman Bantuan | https://www.paypal.com/paypalme/DaliCanada/5USD |
Bahasa yang Didukung | 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": [ " |