Div Capture: Screenshot Chrome Extension

Div Snap & Copy Web Captures

Div Capture: Screenshot Chrome Extension란 무엇입니까?

Div Capture: Screenshot Chrome Extension은(는) https://flonnect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Div Snap & Copy Web Captures"입니다.

확장 프로그램 스크린샷

screenshot

Div Capture: Screenshot Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}