Copy DOM Content
This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.
Vad är Copy DOM Content?
Copy DOM Content är en Chrome-tillägg utvecklad av QoSMicro.com, och dess huvudfunktion är "This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.".
Tilläggsskärmbilder
Ladda ner Copy DOM Content-förlängningens CRX-fil
Ladda ner Copy DOM Content-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.Grundläggande Information om Tillägg
Namn Copy DOM Content ID dmdbhcacalljmfmilnhmnhihdfoamdap Officiell webbadress https://chromewebstore.google.com/detail/copy-dom-content/dmdbhcacalljmfmilnhmnhihdfoamdap Beskrivning This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements. Filstorlek 13.8 KB Antal Installationer 803 Aktuell Version 1.1 Senast Uppdaterad 2016-04-24 Publiceringsdatum 2016-04-24 Betyg 5.00/5 Totalt 2 Betyg Utvecklare QoSMicro.com Betalningssätt free Stödda Språk 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" } }