Div Capture: Screenshot Chrome Extension

Div Snap & Copy Web Captures

Div Capture: Screenshot Chrome Extensionคืออะไร?

Div Capture: Screenshot Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flonnect.com และคุณลักษณะหลักของมันคือ "Div Snap & Copy Web Captures"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Div Capture: Screenshot Chrome Extension

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

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

                        Introducing Div Capture, the ultimate screenshot tool for Chrome users! Simplify your screen capturing experience with this user-friendly Chrome extension, designed to seamlessly integrate into your browsing workflow.

Key Features:

Precision Selection: Easily select and capture specific webpage elements or entire pages. Our intuitive interface allows for precise control, ensuring you capture exactly what you need.
One-Click Capture: Say goodbye to cumbersome snipping tools. With Div Capture, a simple click is all it takes to snap your screenshot.
High-Quality Images: Enjoy crisp, clear screenshots every time, perfect for presentations, tutorials, or sharing information.

Whether you're a professional capturing screens for work, a student organising study materials, or someone who loves saving snippets of digital content, Div Capture is the tool for you. Enhance your productivity and simplify your screen capture process with Div Capture for Chrome!

version 1.0.0 - 1.0.3
>> Removed Unnecessary permissions, bug fixes and addition of selectable mode.                    

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

ชื่อ Div Capture: Screenshot Chrome Extension Div Capture: Screenshot Chrome Extension
ID dedaccjfjdboopgpoafnimpppmbhplof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/div-capture-screenshot-ch/dedaccjfjdboopgpoafnimpppmbhplof
คำอธิบาย Div Snap & Copy Web Captures
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2024-01-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://flonnect.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://flonnect.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3",
    "name": "Div Capture: Screenshot Chrome Extension",
    "description": "Div Snap & Copy Web Captures",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "Icons\/Icon 16.png",
        "32": "Icons\/Icon 32.png",
        "64": "Icons\/Icon 64.png",
        "128": "Icons\/Icon 128.png",
        "2000": "Icons\/Icon 2000.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}