Full Page Screenshot Capture - Screenshotting

Capture awesome screenshot and edit full page using our screenshot tool

Τι είναι το Full Page Screenshot Capture - Screenshotting;

Το Full Page Screenshot Capture - Screenshotting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://goscreenshotting.com, και η κύρια λειτουργία του είναι "Capture awesome screenshot and edit full page using our screenshot tool".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Full Page Screenshot Capture - Screenshotting

Λήψη αρχείων επέκτασης Full Page Screenshot Capture - Screenshotting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions! The simplest way to take a full page screenshot of your current browser window. 

Forget any 3rd party apps or manual editing. Capture any screen or content in just one click.

>>Install Go Screenshotting Chrome extension
>>Visit the webpage you want to capture
>>Click and choose from the three options
>>Verify the screen capture
>>Save and download the screenshot in PDF or JPG format'
>> Generate and share the captured screenshot  with ease 

In order to screenshot the entire page it must scroll to each visible part, so please be patient as it quickly assembles all the pieces. For the rare scenario where your page is too large for Chrome to store in one image, it will let you know and split it up into images in separate tabs.

Export your result to PNG, JPEG, or various PDF paper sizes—all configurable from the extension’s options.

2.0.3 changes:
>> Added shareable link generation. 
>> Bug fixes 

2.0.2 changes:
>> Fix on Adobe xd weblink,
>> Bottom Fixed Elements moved to last part of screenshot
>> Inner Screenshot without scroll element 

2.0.1 changes:
>> white spaces in screenshot fixed
>> pages having multiple sticky part resolved
>> View port height mismatched for some website resolved.

2.0.0 Chages:
>> Full page screenshot now accessible forto more website
>> UI/UX major overhall
>> Image Sharing feature to be live in version 2.1.0

1.4.0 Changes:
>> White space bug in site like piktochart fixed
>> Width cut off in mac fixed

1.3.0 Changes :
>> Copy image option added. 
>> Option to add date and time added in screenshot. 
>> New edit feature - Users can now insert image above screenshot
>> UI improvement
>> Extra white spaces in middle of full page screenshot for higher resolution system bug fixed


Version 1.2.0 Changes:
>>Bug Fixes and UI Improvements
>>Enabled Full page screenshot support for internal scrolling sites such as gmail, messenger and youtube
>>Multi languages have been added                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Full Page Screenshot Capture - Screenshotting Full Page Screenshot Capture - Screenshotting
ID pojgkmkfincpdkdgjepkmdekcahmckjp
Επίσημο URL https://chrome.google.com/webstore/detail/full-page-screenshot-capt/pojgkmkfincpdkdgjepkmdekcahmckjp
Περιγραφή Capture awesome screenshot and edit full page using our screenshot tool
Μέγεθος Αρχείου 1.16 MB
Αριθμός Εγκαταστάσεων 200,000
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2022-08-04
Ημερομηνία Δημοσίευσης 2021-05-16
Αξιολόγηση 4.52/5 Συνολικά 129 Αξιολογήσεις
Προγραμματιστής https://goscreenshotting.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://goscreenshotting.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://goscreenshotting.com/feedback/
URL της Σελίδας Πολιτικής Απορρήτου https://goscreenshotting.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,tr,es,pt-BR,pt-PT,ru,hi,ta,te,ml
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "2.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        ""
    ],
    "optional_permissions": [
        "notifications"
    ],
    "icons": {
        "16": "ICON 64.png",
        "48": "ICON 64.png",
        "128": "ICON 128.png"
    },
    "browser_action": {
        "default_icon": "ICON 128.png",
        "default_title": "Take a screen shot",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-1kri9uKG6Gd9VbixGzyFE\/kaQIHihYFdxFKKhgz3b80'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/fabric.min.js",
            "libs\/fabricHistory.js",
            "libs\/jspdf.min.js",
            "background\/tempscreenshot.js",
            "background\/innerScreenshot.js",
            "background\/background.js"
        ]
    },
    "commands": {
        "fullPage": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Take fullpage screenshot"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "contentScript\/innerScreenshotContent.js",
                "contentScript\/screenshot.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}