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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "author": "Dalimil Hajek"
}