Copy DOM Content
This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.
Was ist Copy DOM Content?
Copy DOM Content ist eine Chrome-Erweiterung, die von QoSMicro.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.".
Erweiterungsscreenshots
Copy DOM Content-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy DOM Content-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.Grundlegende Informationen zur Erweiterung
Name Copy DOM Content ID dmdbhcacalljmfmilnhmnhihdfoamdap Offizielle URL https://chromewebstore.google.com/detail/copy-dom-content/dmdbhcacalljmfmilnhmnhihdfoamdap Beschreibung This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements. Dateigröße 13.8 KB Installationsanzahl 803 Aktuelle Version 1.1 Letztes Update 2016-04-24 Veröffentlichungsdatum 2016-04-24 Bewertung 5.00/5 Insgesamt 2 Bewertungen Entwickler QoSMicro.com Zahlungsart free Unterstützte Sprachen 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" } }