DivSnapper

Capture a DOM element and download it as a PNG file.

DivSnapperคืออะไร?

DivSnapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย louis.vanbeurden และคุณลักษณะหลักของมันคือ "Capture a DOM element and download it as a PNG file."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย DivSnapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing DivSnapper, the ultimate Chrome extension that allows you to easily capture and download screenshots of specific div elements on any web page! With its user-friendly interface and powerful features, DivSnapper is perfect for web developers, designers, and anyone who needs to capture specific sections of a webpage without hassle.

Key Features:

Effortless Div Selection: Just enable the extension and hover over any div element on the current tab. DivSnapper will highlight the selected area, making it a breeze to identify the desired div.

One-click Screenshot Capture: Click on the highlighted div to generate a screenshot. DivSnapper will instantly create a high-quality image that you can download with a single click.

Parent Element Selection: Easily navigate through nested elements by pressing the Control key. DivSnapper will automatically highlight the parent element of the currently hovered div, making it easy to find and select the perfect element for your screenshot.

Full-Width Image Capture: DivSnapper ensures that your screenshot captures the full width of the selected element, even if parts of it are not visible in the current viewport. This feature is perfect for capturing responsive designs or elements that extend beyond the visible area of the browser window.

Upgrade your screenshot capturing experience with DivSnapper – the ultimate Chrome extension for snapping and downloading div screenshots with ease. Download now and simplify your web development and design tasks!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DivSnapper DivSnapper
ID blklnegiclkcdhmmojjoahoglilahldl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/divsnapper/blklnegiclkcdhmmojjoahoglilahldl
คำอธิบาย Capture a DOM element and download it as a PNG file.
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 512
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา louis.vanbeurden
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DivSnapper",
    "version": "1.0",
    "description": "Capture a DOM element and download it as a PNG file.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}