DOM Capture

Capture's Dom Elements

什么是DOM Capture?

DOM Capture是由Matthias Eichner开发的Chrome扩展程序,该扩展的主要功能是“Capture's Dom Elements”。

扩展截图

screenshot
screenshot
screenshot

下载DOM Capture扩展crx文件

下载DOM Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to take a screenshot of the whole webpage or just of the part(s) you require.

✔️ Take screenshots with one click
✔️ Copy to clipboard or store to png file
✔️ No server request required! Everything happens locally in your browser!
✔️ Free and Open Source

DOM Capture is not just another screenshot tool. Its technical approach is unique and lets you merge different parts of a website into a single image. All with one click!
Be aware that you will need some knowledge of HTML and the Google Developer Console if you want to use this particular feature!                    

扩展基本信息

名称 DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
官方URL https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
简介 Capture's Dom Elements
文件大小 159 KB
安装次数 221
当前版本 1.0.1
更新时间 2021-01-04
上架时间 2021-01-04
评分 4.33/5 共3次评分
开发者 Matthias Eichner
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Mewel/DOMCapture
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DOM Capture",
    "description": "Capture's Dom Elements",
    "version": "1.0.1",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}