Full-Page Screenshot 2.0

Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!

Was ist Full-Page Screenshot 2.0?

Full-Page Screenshot 2.0 ist eine Chrome-Erweiterung, die von F & D entwickelt wurde, und ihr Hauptmerkmal ist "Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!".

Erweiterungsscreenshots

screenshot

Full-Page Screenshot 2.0-Erweiterungs-CRX-Datei herunterladen

Laden Sie Full-Page Screenshot 2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ⬇️ Easy-to-Setup ⬇️:

1. Go to the website/page where you want to screenshot the entire page 👀
2. Click on our extension logo icon
3. BOOM! It automatically starts to scroll & capture the entire page within a few seconds 📸🏎️
4. Enjoy the pac-man eating the balls while it screenshots the full-page! 😆
5. Takes you to next page where you can choose which format to download the full-page screenshot from 📥

When its starts to screenshot, it there will be a popup that will say "'Full-Page Screenshot 2.0' started debugging this browser" - Do not hit the 'Cancel' button...unless you don't want to screenshot the page.

✨Features: ✨

1 - Free & Easy-to-Use 🆓

2 - No Ads, Bloats, or Random Permissions ❌

3 - Advanced & Automatic Screenshooting Capability 📸

4 - Handles complex pages with inner scrolling AI technology 🔒

Please be patient and just watch Pac-Man eat its balls while our extension is capturing & scrolling through the entire page.

Install Full-Page Screenshot 2.0 and start capturing the entire/full-page of any website/page that you want to keep a JPG, PNG, or PDF of!                    

Grundlegende Informationen zur Erweiterung

Name Full-Page Screenshot 2.0 Full-Page Screenshot 2.0
ID leeampediajiofkmbbodpogaaimcncne
Offizielle URL https://chromewebstore.google.com/detail/full-page-screenshot-20/leeampediajiofkmbbodpogaaimcncne
Beschreibung Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!
Dateigröße 377 KB
Installationsanzahl 954
Aktuelle Version 0.0.2
Letztes Update 2023-04-03
Veröffentlichungsdatum 2022-09-22
Bewertung 4.74/5 Insgesamt 23 Bewertungen
Entwickler F & D
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "options_page": "index.html",
    "minimum_chrome_version": "90",
    "name": "Full-Page Screenshot 2.0",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "13": "icons\/icon_13.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "description": "Full-Page Screenshot 2.0 - Automatically takes screenshot of the entire page within seconds!"
}