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
Eメール [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": [
                ""
            ]
        }
    ]
}