Screenshot Tool - Screen Capture & Editor

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

ما هو Screenshot Tool - Screen Capture & Editor؟

Screenshot Tool - Screen Capture & Editor هو إضافة Chrome تم تطويرها بواسطة https://screenshot-tool.app، والميزة الرئيسية لها هي "Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screenshot Tool - Screen Capture & Editor

قم بتنزيل ملفات الامتداد Screenshot Tool - Screen Capture & Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Screenshot Tool - Screen Capture & Editor Screenshot Tool - Screen Capture & Editor
ID edlifbnjlicfpckhgjhflgkeeibhhcii
عنوان URL الرسمي https://chromewebstore.google.com/detail/screenshot-tool-screen-ca/edlifbnjlicfpckhgjhflgkeeibhhcii
الوصف Innovative screenshot tool lets users screen capture and edit screenshot. Full page screen capture.
حجم الملف 530 KB
عدد التثبيتات 960,289
النسخة الحالية 1.0.8
آخر تحديث 2023-06-15
تاريخ النشر 2021-03-31
تقييم 4.65/5 مجموع تقييمات 2364
المطور https://screenshot-tool.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://screenshot-tool.app
عنوان صفحة سياسة الخصوصية https://www.screenshot-tool.app/privacy-policy.html
اللغات المدعومة 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"
    ]
}