WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
One Screenshot - One Click Screenshot (Current and Full Page)

One Screenshot - One Click Screenshot (Current and Full Page)

View on Chrome Web Store
View One Screenshot - One Click Screenshot (Current and Full Page) Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 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.

Take a screenshot of the current page and full page and save it to downloads in just one click.
Type
Extension
Users
1,000 users
12
Rohit Chouhan
View author page of Rohit Chouhan
Published
Published on May 28, 2023
Version 1.1
Manifest version
3
Updated
Updated on July 10, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View One Screenshot - One Click Screenshot (Current and Full Page) 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,
    "name": "One Screenshot - One Click Screenshot (Current and Full Page)",
    "version": "1.1",
    "description": "Take a screenshot of the current page and full page and save it to downloads in just one click.",
    "permissions": [
        "activeTab",
        "downloads",
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html2canvas.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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