Full Page Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

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

Το Full Page Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arielsandersemail, και η κύρια λειτουργία του είναι "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard".

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

screenshot

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

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

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

                        Scrape It ScreenCapture
Full Page Screenshot for Google Chrome captures entire websites and custom areas. The extension only collects user data (screenshots, browser URL, etc.) for the purpose of capturing screenshots, and in the moment the user requests the capture. Image processing and data storage are performed locally on the user's device, so that the user's captures and their meta data are never transferred to any server. 
Screenshot for Google Chrome captures entire websites and custom areas.                    

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

Όνομα Full Page Screenshot Full Page Screenshot
ID piopmalckcaaoiikcafcncdjkkeogiej
Επίσημο URL https://chromewebstore.google.com/detail/full-page-screenshot/piopmalckcaaoiikcafcncdjkkeogiej
Περιγραφή Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Μέγεθος Αρχείου 299 KB
Αριθμός Εγκαταστάσεων 187
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2021-06-09
Ημερομηνία Δημοσίευσης 2021-06-08
Προγραμματιστής arielsandersemail
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scrapeit.cloud
Διεύθυνση URL της Σελίδας Βοήθειας https://scrapeit.cloud/jv
URL της Σελίδας Πολιτικής Απορρήτου https://streamstore.net/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Page Screenshot",
    "description": "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard",
    "version": "1.2.0",
    "minimum_chrome_version": "41",
    "offline_enabled": true,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Full Page Screenshot",
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "main.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.conceptboard.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/backgroundPage.js",
            "js\/lib-util.js"
        ],
        "persistent": false
    }
}