Full Page Screenshot

Full page screen capture is a simple extension that lets you capture the entire screen in one click. Get an entire page screenshot.

Co je Full Page Screenshot?

Full Page Screenshot je rozšíření Chrome vyvinuté https://fullscrn.net, a jeho hlavní funkcí je „Full page screen capture is a simple extension that lets you capture the entire screen in one click. Get an entire page screenshot.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Full Page Screenshot

Stáhněte si soubory rozšíření Full Page Screenshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Note: FOR THE BEST RESULT, SCROLL THROUGH THE ENTIRE PAGE BEFORE TAKING A SCREENSHOT.

The Full Page Screenshot extension for Chrome is a powerful tool that allows users to capture the entire screen with a single click. With this extension, users can easily take entire page screenshots of websites, articles, documents, or any other content they come across while browsing the internet.

The extension offers two convenient methods for capturing full-page screenshots. The first method captures the entire visible content of the webpage, including what's currently visible on the screen. The second method captures the entire page, scrolling down automatically to capture the hidden content that extends beyond the visible area. This ensures that users can capture every bit of information on the page without any limitations.

In addition to the full page screen capture functionality, the extension provides several useful features. Users can annotate the screen by adding various figures, shapes, lines, or other elements to highlight or emphasize specific areas of interest. This makes it easy to communicate information visually or draw attention to important details within the screenshot.

Once a webpage is captured and annotated, users have multiple options to save and share it. They can download the image directly to their PC, making it easily accessible for future reference. Also, users can copy the screenshot to the clipboard and paste it into a message or any other application. This feature allows for seamless sharing with colleagues, friends, or anyone else.

The extension is designed to cater to users who require comprehensive screen capture capabilities. Its intuitive interface, quick one-click functionality, and convenient annotation and sharing features make it a valuable tool for both personal and professional use.

Why Full Page Screenshot?

1. Comprehensive Content Capture:
Full page screen capture allows users to capture an entire webpage as it appears on their screen, including all visible content such as images, text, and interactive elements. This is especially useful for saving articles, blog posts, or other online content for offline reading or reference.

2. Design and Development Evaluation
Web designers and developers often use entire page screenshots to assess the overall layout and appearance of a webpage. By capturing the entire page, they can review how different elements interact, check for visual inconsistencies, and ensure the webpage renders correctly across different devices and screen sizes.

3. Documentation and Reporting
Full page screenshot is valuable for documentation and reporting purposes. They enable users to create visual records of webpages, which can be shared with others for reference or analysis. This is particularly useful in fields like user experience (UX) design, where capturing the entire page context helps communicate design decisions or identify areas for improvement.

4. Comparison and Analysis
By creating full page screenshots of different versions of a webpage or different webpages altogether, users can easily compare and analyze changes in design, content, or layout. This is beneficial for A/B testing, tracking design iterations, or evaluating the effectiveness of different webpage variations.

5. Sharing and Collaboration
Entire page screenshots are often shared with clients, team members, or stakeholders to gather feedback or discuss specific aspects of a webpage. They provide a visual representation of the webpage's appearance, facilitating effective communication and collaboration among team members, regardless of their physical location.

Overall, Full Page Screenshot offers a convenient and versatile way to capture, evaluate, and communicate webpage content and design, making them a popular choice among users.                    

Základní Informace o Rozšíření

Název Full Page Screenshot Full Page Screenshot
ID aecnmadngpjbokeakinhbgfanlnjdnom
Oficiální URL https://chromewebstore.google.com/detail/full-page-screenshot/aecnmadngpjbokeakinhbgfanlnjdnom
Popis Full page screen capture is a simple extension that lets you capture the entire screen in one click. Get an entire page screenshot.
Velikost souboru 760 KB
Počet instalací 566,467
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-09-17
Datum Vydání 2023-09-16
Hodnocení 4.79/5 Celkem 277 Hodnocení
Vývojář https://fullscrn.net
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://fullscrn.net/privacy-policy.html
Podporované Jazyky ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,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": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.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": [
                ""
            ]
        }
    ]
}