WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Div Capture: Screenshot Chrome Extension

Div Capture: Screenshot Chrome Extension

View on Chrome Web Store
View Div Capture: Screenshot Chrome Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Div Snap & Copy Web Captures
Type
Extension
Users
1,000 users
22
Website flonnect.com
Flonnect
View author page of Flonnect
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 12, 2024
Version 1.5
Manifest version
3
Updated
Updated on May 17, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Div Capture: Screenshot Chrome Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.5",
    "name": "Div Capture: Screenshot Chrome Extension",
    "description": "Div Snap & Copy Web Captures",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "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": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top