Html Duplicator

Html Duplicator

Html Duplicatorคืออะไร?

Html Duplicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Egret และคุณลักษณะหลักของมันคือ "Html Duplicator"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Html Duplicator

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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\/*"
            ]
        }
    ]
}