Html Duplicator
Html Duplicator
Html Duplicatorとは何ですか?
Html DuplicatorはEgretによって開発されたChromeの拡張機能で、その主な機能は「Html Duplicator」です。
拡張機能のスクリーンショット
Html Duplicator拡張機能のCRXファイルをダウンロード
Html Duplicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to automatically generate HTML/CSS code for any element on any website so you can modify and integrate the element in your own projects easily! Instructions :- 1) Visit any web page on the internet. 2) Hold down the Alt key on your keyboard and move your mouse cursor over any HTML element on the page to highlight it. 3) Release Alt key 4) Click the "Generate Code" button to generate the HTML/CSS code of the highlighted element. 5) Copy-Paste the code into your own projects!
拡張機能の基本情報
名前 | Html Duplicator |
ID | fmbkmjnbplcdbalpabgldhfnjpndmjln |
公式URL | https://chromewebstore.google.com/detail/html-duplicator/fmbkmjnbplcdbalpabgldhfnjpndmjln |
説明 | Html Duplicator |
ファイルサイズ | 76.73 KB |
インストール数 | 24 |
現在のバージョン | 2022.10.15 |
最終更新日 | 2022-10-14 |
公開日 | 2022-10-02 |
開発者 | Egret |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "author": "Html Duplicator", "background": { "service_worker": "server.js" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", "client.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Html Duplicator", "manifest_version": 3, "minimum_chrome_version": "88", "name": "Html Duplicator", "icons": { "16": "icon.png", "24": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Html Duplicator", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2022.10.15", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*" ] } ] } |