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.”。

擴展截圖

screenshot
screenshot

下載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 Web Design Pirate
ID pdplijceapgnjafgenmlijejmjgplbhm
官方網址 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": [
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "author": "Dalimil Hajek"
}