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文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}