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
官方網址 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
    }
}