scrsht screenshot tool

Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.

Τι είναι το scrsht screenshot tool;

Το scrsht screenshot tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scrsht.com, και η κύρια λειτουργία του είναι "Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης scrsht screenshot tool

Λήψη αρχείων επέκτασης scrsht screenshot tool σε μορφή 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 our Chrome extension
>>Visit the webpage you want to capture
>>Click on the icon in browser
>>choose the area you want to capture
>>click on upload in server 
>> share the link with world                    

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

Όνομα scrsht screenshot tool scrsht screenshot tool
ID okmipgoegollhjhphbokjdljbbddnbpd
Επίσημο URL https://chromewebstore.google.com/detail/scrsht-screenshot-tool/okmipgoegollhjhphbokjdljbbddnbpd
Περιγραφή Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.
Μέγεθος Αρχείου 651 KB
Αριθμός Εγκαταστάσεων 4,043
Τρέχουσα Έκδοση 1.0.12
Τελευταία Ενημέρωση 2023-11-19
Ημερομηνία Δημοσίευσης 2022-08-12
Αξιολόγηση 4.56/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://scrsht.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scrsht.com/
URL της Σελίδας Πολιτικής Απορρήτου https://way2enjoy.com/privacy1.html
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_screenshotplugin_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_screenshotplugin_short_description__",
    "icons": {
        "128": "img\/icon128.png",
        "19": "img\/icon19.png",
        "24": "img\/icon24.png",
        "256": "img\/icon256.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_screenshotplugin_name__",
    "permissions": [
        "",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "downloads",
        "cookies",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "host_permissions": [
        "https:\/\/*.scrsht.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "\/libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar_res\/*",
                "libs\/*",
                "js\/*",
                "html\/*",
                "img\/*",
                "_locales\/*",
                "css\/*",
                "libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}