Web Design Pirate

Fast and easy way to copy web components, HTML widgets and parts of website design.

Web Design Pirate là gì?

Web Design Pirate là một tiện ích mở rộng Chrome được phát triển bởi Dalimil Hajek, và tính năng chính của nó là "Fast and easy way to copy web components, HTML widgets and parts of website design.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Design Pirate

Tải xuống các tệp mở rộng Web Design Pirate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Design Pirate Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
URL Chính Thức https://chromewebstore.google.com/detail/web-design-pirate/pdplijceapgnjafgenmlijejmjgplbhm
Mô tả Fast and easy way to copy web components, HTML widgets and parts of website design.
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 2,892
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-01-02
Ngày Phát Hành 2019-03-05
Đánh Giá 3.85/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Dalimil Hajek
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Dalimil/Web-Design-Pirate
URL Trang Trợ Giúp https://www.paypal.com/paypalme/DaliCanada/5USD
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "author": "Dalimil Hajek"
}