DOM Capture

Capture's Dom Elements

DOM Captureคืออะไร?

DOM Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias Eichner และคุณลักษณะหลักของมันคือ "Capture's Dom Elements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}