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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |