Html Duplicator
Html Duplicator
Html Duplicator là gì?
Html Duplicator là một tiện ích mở rộng Chrome được phát triển bởi Egret, và tính năng chính của nó là "Html Duplicator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Html Duplicator
Tải xuống các tệp mở rộng Html Duplicator 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Html Duplicator |
ID | fmbkmjnbplcdbalpabgldhfnjpndmjln |
URL Chính Thức | https://chromewebstore.google.com/detail/html-duplicator/fmbkmjnbplcdbalpabgldhfnjpndmjln |
Mô tả | Html Duplicator |
Kích Thước Tệp | 76.73 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 2022.10.15 |
Cập Nhật Lần Cuối | 2022-10-14 |
Ngày Phát Hành | 2022-10-02 |
Nhà Phát Triển | Egret |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |