Screenshot Tool - Screen Capture & Editor

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

Qu'est-ce que Screenshot Tool - Screen Capture & Editor ?

Screenshot Tool - Screen Capture & Editor est une extension Chrome développée par https://screenshot-tool.app, et sa fonction principale est "Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Screenshot Tool - Screen Capture & Editor

Téléchargez les fichiers d'extension Screenshot Tool - Screen Capture & Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Screenshot Tool - Screen Capture & Editor Screenshot Tool - Screen Capture & Editor
ID edlifbnjlicfpckhgjhflgkeeibhhcii
URL Officiel 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.
Taille du Fichier 530 KB
Nombre d'Installations 960,289
Version Actuelle 1.0.8
Dernière Mise à Jour 2023-06-15
Date de Publication 2021-03-31
Évaluation 4.65/5 Total 2364 Évaluations
Développeur https://screenshot-tool.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://screenshot-tool.app
URL de la Page de Politique de Confidentialité https://www.screenshot-tool.app/privacy-policy.html
Langues Prises en Charge 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"
    ]
}