Full-Page Screenshot

Take a full-page screenshot in a jiffy with our easy-to-use extension.

What is Full-Page Screenshot?

Full-Page Screenshot is a Chrome extension developed by Creative Extensions Studio, and its main feature is "Take a full-page screenshot in a jiffy with our easy-to-use extension.".

Extension Screenshots

screenshot
screenshot

Download Full-Page Screenshot Extension CRX File

Download Full-Page Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        📸 The Full Page Screenshot extension for Chrome is like magic! With just one click, you can capture the entire screen and get a full-page screenshot. 🌟

🔍 Note: FOR THE BEST RESULT, don't forget to scroll through the entire page before taking a screenshot. 📜

The Full Page Screenshot extension for Chrome is a supercharged tool that lets users snap the whole screen with a single click. 🚀 This means you can capture complete page screenshots of websites, articles, documents, or anything interesting you find while surfing the web. 🌐

The extension gives you two nifty methods for taking full-page screenshots. The first method grabs everything that's currently on your screen. 🖼️ The second method scrolls down on its own to capture the hidden content that goes beyond what you can see. 📄 This ensures you capture every little bit of info on the page without any limits. 🚫

And that's not all! The extension also comes with a bunch of cool features. You can spice up your screenshot by adding emojis, shapes, lines, or anything else to highlight what's important. 🎨 This makes it a breeze to share info visually and point out key stuff in your screenshot. 👀

Once you've got your screenshot and jazzed it up, you've got options galore for saving and sharing it. You can download the image to your computer for easy access later. 💾 Plus, you can copy the screenshot to your clipboard and paste it into messages or other apps. 📋 This lets you share with friends, colleagues, or anyone else without a hitch. 🤝

This extension is all about giving users comprehensive screen-capture power. It's user-friendly, quick, and comes with handy annotation and sharing tools that make it useful for both personal and professional use. 👩‍💻👨‍💻

Why Full Page Screenshot? 🤷‍♂️

1. Comprehensive Content Capture: 📚
   - Capture the entire webpage, including images, text, and interactive elements. Perfect for saving articles or online content for later reading.

2. Design and Development Evaluation: 🖥️
   - Web designers and developers can use it to check how different elements interact, spot inconsistencies, and ensure webpages look good on various devices.

3. Documentation and Reporting: 📝
   - Create visual records of webpages for reference or analysis, especially handy in UX design.

4. Comparison and Analysis: 📊
   - Compare different webpage versions or layouts easily, useful for A/B testing and tracking design changes.

5. Sharing and Collaboration: 🤝
   - Share entire page screenshots with clients or team members for feedback and discussions, no matter where they are.

In a nutshell, Full Page Screenshot is your go-to tool for capturing, evaluating, and sharing webpage content and design. It's a hit among users for good reason! 🌈📷                    

Extension Basic Information

Name Full-Page Screenshot Full-Page Screenshot
ID elcpjdjjjlnefffghbndkohjhdkccofb
Official URL https://chromewebstore.google.com/detail/full-page-screenshot/elcpjdjjjlnefffghbndkohjhdkccofb
Description Take a full-page screenshot in a jiffy with our easy-to-use extension.
File Size 768 KB
Installation Count 107
Current Version 1.0.0
Last Updated 2023-10-24
Publish Date 2023-10-20
Rating 3.60/5 Total 5 Ratings
Developer Creative Extensions Studio
Email [email protected]
Payment Type free
Privacy Policy Page URL https://extensions-studio.com/data/full-page-screenshot/privacy-policy.html
Supported Languages de,en,en-GB,en-US,fr,vi,tr,es,it,lt,pt-BR,pt-PT,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.0",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "screenshoter.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": ".\/options.html",
    "commands": {
        "take-screenshot": {
            "description": "Take screenshot"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}