DOM Capture

Capture's Dom Elements

DOM Capture là gì?

DOM Capture là một tiện ích mở rộng Chrome được phát triển bởi Matthias Eichner, và tính năng chính của nó là "Capture's Dom Elements".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DOM Capture

Tải xuống các tệp mở rộng DOM Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
URL Chính Thức https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Mô tả Capture's Dom Elements
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-04
Ngày Phát Hành 2021-01-04
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Matthias Eichner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Mewel/DOMCapture
Ngôn Ngữ Được Hỗ Trợ 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
    }
}