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开发的Chrome扩展程序,该扩展的主要功能是“This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.”。
扩展截图
下载Copy DOM Content扩展crx文件
下载Copy DOM Content扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } }