Web Design Pirate
Fast and easy way to copy web components, HTML widgets and parts of website design.
Web Design Pirateคืออะไร?
Web Design Pirate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dalimil Hajek และคุณลักษณะหลักของมันคือ "Fast and easy way to copy web components, HTML widgets and parts of website design."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Design Pirate
ดาวน์โหลดไฟล์ส่วนขยาย Web Design Pirate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Design Pirate |
ID | pdplijceapgnjafgenmlijejmjgplbhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm |
คำอธิบาย | Fast and easy way to copy web components, HTML widgets and parts of website design. |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 2,892 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-01-02 |
วันที่เผยแพร่ | 2019-03-05 |
คะแนน | 3.85/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Dalimil Hajek |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Dalimil/Web-Design-Pirate |
URL หน้าช่วยเหลือ | https://www.paypal.com/paypalme/DaliCanada/5USD |
ภาษาที่รองรับ | 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": [ " |