WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Full-page screen capture by ScreenshotOne

Full-page screen capture by ScreenshotOne

View on Chrome Web Store
View Full-page screen capture by ScreenshotOne Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Render full-page screenshots as a single image. No more scrolling and resizing. Just click and download.
Type
Extension
Users
199 users
7
Dinesh.S
View author page of Dinesh.S
Published
Published on December 28, 2024
Version 0.2.1
Manifest version
3
Updated
Updated on January 9, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Full-page screen capture by ScreenshotOne 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",
    "name": "Full-page screen capture by ScreenshotOne",
    "description": "Render full-page screenshots as a single image. No more scrolling and resizing. Just click and download.",
    "version": "0.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "editor\/index.html",
                "editor\/editor.js",
                "editor\/editor.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Full-page screen capture by ScreenshotOne",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}
© 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