Html Duplicator
Html Duplicator
Html Duplicator क्या है?
Html Duplicator Egret द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Html Duplicator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Html Duplicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } ] } |