Copy DOM Content
This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.
Copy DOM Content क्या है?
Copy DOM Content QoSMicro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy DOM Content एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements. Anfound will be converted to elements with the class "original_iframe" as long as they are from the same domain.एक्सटेंशन की मूल जानकारी
नाम Copy DOM Content ID dmdbhcacalljmfmilnhmnhihdfoamdap आधिकारिक URL https://chromewebstore.google.com/detail/copy-dom-content/dmdbhcacalljmfmilnhmnhihdfoamdap विवरण This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements. फ़ाइल का आकार 13.8 KB स्थापना संख्या 803 वर्तमान संस्करण 1.1 अंतिम अपडेट 2016-04-24 प्रकाशन तिथि 2016-04-24 रेटिंग 5.00/5 कुल 2 रेटिंग्स डेवलपर QoSMicro.com भुगतान के प्रकार free समर्थित भाषाएँ en-US manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Jose Manuel Sanchez", "homepage_url": "http:\/\/qosmicro.com\/", "name": "Copy DOM Content", "short_name": "Copy DOM", "description": "This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.", "version": "1.1", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html", "default_title": "Copy DOM Content" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }