Sita Screenshot Full Page™

Capture Webpage visible, Capture Full Page Website And Share Online

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

Το Sita Screenshot Full Page™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codezi.pro, και η κύρια λειτουργία του είναι "Capture Webpage visible, Capture Full Page Website And Share Online".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Take a picture of the entire screen or part of the web page screen.
It is very simple to use and has many utilities to edit images after taking screenshots of web pages.
No registration or login required, everything is free.

SUPPORT FULL SCREEN CAPTURE.
The utility allows to capture the full screen of the website, then you can edit the image, add text to the image, very good for you as a tester when testing the website.

SUPPORTS CAPTURING THE ENTIRE VISIBLE PART OF THE WEB PAGE
The visible part of the website is understood as the part displayed on the computer screen, the software supports capturing this display part.

SUPPORT FREE PHOTO SHARING
Photos after being taken can be uploaded online for free, without advertising, without charge. Everything is completely free.

This Sita Screenshot screenshot tool is part of my collection of developer and tester utilities on https://sita.app.
Everything is free, for my own work and for the rest of the team, and I hope it's useful to everyone.

DETAILS ON PRIVACY
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.                    

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

Όνομα Sita Screenshot Full Page™ Sita Screenshot Full Page™
ID dolfolohclejfclnoaekbloahmmpdcil
Επίσημο URL https://chromewebstore.google.com/detail/sita-screenshot-full-page/dolfolohclejfclnoaekbloahmmpdcil
Περιγραφή Capture Webpage visible, Capture Full Page Website And Share Online
Μέγεθος Αρχείου 316 KB
Αριθμός Εγκαταστάσεων 603
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2023-03-10
Ημερομηνία Δημοσίευσης 2022-10-20
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://codezi.pro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://codezi.pro
Διεύθυνση URL της Σελίδας Βοήθειας https://codezi.pro/about
URL της Σελίδας Πολιτικής Απορρήτου https://sita.app/policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,vi,tr,ca,da,es,it,hu,pl,ro,sl,sv,cs,el,bg,ru,iw,hi,bn,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.0.1",
    "commands": {
        "visible_screenshot": {
            "description": "visible screenshot"
        },
        "entire_page_screenshot": {
            "description": "Entire Page Screenshot"
        }
    },
    "homepage_url": "https:\/\/codezi.pro",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "48": "images\/favicon-32x32.png",
        "128": "images\/apple-touch-icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_title": "Sita Full Webpage Screenshot Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png",
                "\/vendor\/*",
                "\/js\/*",
                "\/css\/*",
                "\/images\/*",
                "\/sita\/*",
                "\/libs\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "optional_permissions": []
}