Screenshot Tool - Screen Capture & Editor

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

What is Screenshot Tool - Screen Capture & Editor?

Screenshot Tool - Screen Capture & Editor is a Chrome extension developed by https://screenshot-tool.app, and its main feature is "Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Screenshot Tool - Screen Capture & Editor Extension CRX File

Download Screenshot Tool - Screen Capture & Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Screenshot Tool - Screen Capture & Editor Screenshot Tool - Screen Capture & Editor
ID edlifbnjlicfpckhgjhflgkeeibhhcii
Official URL https://chromewebstore.google.com/detail/screenshot-tool-screen-ca/edlifbnjlicfpckhgjhflgkeeibhhcii
Description Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.
File Size 530 KB
Installation Count 960,289
Current Version 1.0.8
Last Updated 2023-06-15
Publish Date 2021-03-31
Rating 4.65/5 Total 2364 Ratings
Developer https://screenshot-tool.app
Email [email protected]
Payment Type free
Extension Website https://screenshot-tool.app
Privacy Policy Page URL https://www.screenshot-tool.app/privacy-policy.html
Supported Languages 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"
    ]
}