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.

什么是Full Page Screenshot?

Full Page Screenshot是由https://fullscrn.net开发的Chrome扩展程序,该扩展的主要功能是“Full page screen capture is a simple extension that lets you capture the entire screen in one click. Get an entire page screenshot.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Full Page Screenshot扩展crx文件

下载Full Page Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Full Page Screenshot Full Page Screenshot
ID aecnmadngpjbokeakinhbgfanlnjdnom
官方URL https://chromewebstore.google.com/detail/full-page-screenshot/aecnmadngpjbokeakinhbgfanlnjdnom
简介 Full page screen capture is a simple extension that lets you capture the entire screen in one click. Get an entire page screenshot.
文件大小 760 KB
安装次数 566,467
当前版本 1.0.0
更新时间 2023-09-17
上架时间 2023-09-16
评分 4.79/5 共277次评分
开发者 https://fullscrn.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://fullscrn.net/privacy-policy.html
支持的语言 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": [
                ""
            ]
        }
    ]
}