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 |
Eメール | [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": [ " |