Full-Page Screenshot

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

Co to jest Full-Page Screenshot?

Full-Page Screenshot to rozszerzenie Chrome opracowane przez Creative Extensions Studio, a jego główną funkcją jest „Take a full-page screenshot in a jiffy with our easy-to-use extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Full-Page Screenshot

Pobierz pliki rozszerzeń Full-Page Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        📸 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! 🌈📷                    

Podstawowe informacje o rozszerzeniu

Nazwa Full-Page Screenshot Full-Page Screenshot
ID elcpjdjjjlnefffghbndkohjhdkccofb
Oficjalny URL https://chromewebstore.google.com/detail/full-page-screenshot/elcpjdjjjlnefffghbndkohjhdkccofb
Opis Take a full-page screenshot in a jiffy with our easy-to-use extension.
Rozmiar pliku 768 KB
Liczba instalacji 107
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-10-24
Data Publikacji 2023-10-20
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper Creative Extensions Studio
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://extensions-studio.com/data/full-page-screenshot/privacy-policy.html
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}