Web Design Pirate
Fast and easy way to copy web components, HTML widgets and parts of website design.
什么是Web Design Pirate?
Web Design Pirate是由Dalimil Hajek开发的Chrome扩展程序,该扩展的主要功能是“Fast and easy way to copy web components, HTML widgets and parts of website design.”。
扩展截图
下载Web Design Pirate扩展crx文件
下载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": [ " |