Screenshot Tool - Screen Capture & Editor

Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.

Hvad er Screenshot Tool - Screen Capture & Editor?

Screenshot Tool - Screen Capture & Editor er en Chrome-udvidelse udviklet af https://screenshot-tool.app, og dens hovedfunktion er "Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Screenshot Tool - Screen Capture & Editor-udvidelses-CRX-fil

Download Screenshot Tool - Screen Capture & Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Take stunning screenshots of entire websites and capture page elements. Offline. No registration. Screenshot tool - captures entire websites and user areas. Ready-made screenshots can be quickly edited (crop, paint over, add arrows, captions or text).

Screen Capture tool for making a full page or partial capture with further editing, download, or text adding. Make a full webpage screen capture or just any part of it with an opportunity to edit, save and download screen capture to your PC.

The app is launched from a browser that totally saves your time. Simply click the extension icon to choose from options whole page capture or a selected part.

You will not see any additional windows with websites here. Why waste time if you just want a screenshot?

Want to share your screen for cases like reporting technical issues, making product demos or how-to tutorials?  Here are reasons to choose Screenshot and Screen Capture:

✔️ Screenshot of the full page, not just the visible area or selected area;
✔️ Screenshot on One-Click;
✔️ Storage and processing without a server;
✔️ Save PNG files or Copy it to the clipboard with One-Click;
✔️ No login or registration required;
✔️ There are no restrictions on the size or size of the file;
✔️ Edit and discard changes your screenshot;
✔️ Add graphic and text elements such as pointer, arrow, square and other shapes;

Click on the extension icon (in the upper right corner of the browser) then choose one of the options capture and watch the Screenshot Tool capture each part of the page and then transfer the finished screenshot to a new tab, where you can edit the image and upload it as a file to your PC.

Notes
Remember to reload the page after you install extension before trying to take a screenshot of it (Chrome should initialize the extension for each page).

The extension Screenshot tool is completely free and easy to manage for users. If our extension is useful to you, please give us 5 stars!                    

Grundlæggende oplysninger om udvidelsen

Navn Screenshot Tool - Screen Capture & Editor Screenshot Tool - Screen Capture & Editor
ID edlifbnjlicfpckhgjhflgkeeibhhcii
Officiel URL https://chromewebstore.google.com/detail/screenshot-tool-screen-ca/edlifbnjlicfpckhgjhflgkeeibhhcii
Beskrivelse Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.
Filstørrelse 530 KB
Antal Installationer 960,289
Nuværende Version 1.0.8
Senest Opdateret 2023-06-15
Udgivelsesdato 2021-03-31
Bedømmelse 4.65/5 Samlet 2364 Bedømmelser
Udvikler https://screenshot-tool.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://screenshot-tool.app
URL til Fortrolighedspolitik Side https://www.screenshot-tool.app/privacy-policy.html
Understøttede Sprog id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "version": "1.0.8",
    "default_locale": "en",
    "offline_enabled": true,
    "manifest_version": 2,
    "icons": {
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/lib\/jquery-3.2.1.min.js",
                "\/js\/contentScript.js",
                "\/js\/share-modal.js"
            ],
            "css": [
                "\/css\/share-modal.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}