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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}