Full-Page Screenshot

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

O que é Full-Page Screenshot?

Full-Page Screenshot é uma extensão do Chrome desenvolvida por Creative Extensions Studio, e sua principal característica é "Take a full-page screenshot in a jiffy with our easy-to-use extension.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Full-Page Screenshot

Baixe arquivos de extensão Full-Page Screenshot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Full-Page Screenshot Full-Page Screenshot
ID elcpjdjjjlnefffghbndkohjhdkccofb
URL Oficial https://chromewebstore.google.com/detail/full-page-screenshot/elcpjdjjjlnefffghbndkohjhdkccofb
Descrição Take a full-page screenshot in a jiffy with our easy-to-use extension.
Tamanho do Arquivo 768 KB
Contagem de Instalações 107
Versão Atual 1.0.0
Última Atualização 2023-10-24
Data de Publicação 2023-10-20
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor Creative Extensions Studio
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://extensions-studio.com/data/full-page-screenshot/privacy-policy.html
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}