Screen Capture - Screenshot Tool

Screen capture, full page screen shot, visible area screenshot, edit print screen, save snapshot in PNG, PDF.

Screen Capture - Screenshot Toolคืออะไร?

Screen Capture - Screenshot Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Donald Stevenson Provan และคุณลักษณะหลักของมันคือ "Screen capture, full page screen shot, visible area screenshot, edit print screen, save snapshot in PNG, PDF."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Capture - Screenshot Tool

ดาวน์โหลดไฟล์ส่วนขยาย Screen Capture - Screenshot Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Capture every detail of your web browsing experience with the screen capture extension for Google Chrome. This user-friendly and powerful tool allows you to easily take screenshots of any webpage or a specific area on your screen.

The extension features an intuitive interface that makes it easy to navigate and use, even for those who are not tech-savvy. You can capture entire web pages, specific areas, or even hidden content below the fold with just a few clicks. 

The built-in editing tools allow you to crop, annotate, and add text to your screenshot, making it easy to create tutorials, highlight important information, or capture bugs.

Not only can you take a screenshot of webpages, but you can, before taking a screenshot, edit the web page to your liking. Furthermore, the snapshot can be saved in various formats such as PNG, JPG and even PDF, allowing you to share or save your snapshot for later use.

The built-in image editor allows you to hide sensitive information, highlight important parts, and even paste copied text. You can also save your screenshot to your hard drive. Download and send a snapshot to a destination in Jira, Slack, Trello, Asana, or GitHub or copy a snapshot in the clipboard for quick pasting.

The screen capture extension also offers advanced settings that allow you to customize your screenshot experience. For example, you can capture a screenshot in full-page or specific area mode and keep track of your entire screenshot history. 

Overall, the screen capture extension is a must-have for anyone who needs to capture and save screenshots from the internet.

If you've just installed this extension, be sure to reload the page before taking the screenshot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screen Capture - Screenshot Tool Screen Capture - Screenshot Tool
ID pmnphobdokkajkpbkajlaiooipfcpgio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-capture-screenshot/pmnphobdokkajkpbkajlaiooipfcpgio
คำอธิบาย Screen capture, full page screen shot, visible area screenshot, edit print screen, save snapshot in PNG, PDF.
ขนาดไฟล์ 666 KB
จำนวนการติดตั้ง 767,659
เวอร์ชันปัจจุบัน 1.0.17
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2020-09-15
คะแนน 4.34/5 รวมทั้งหมด 502 คะแนน
ผู้พัฒนา Donald Stevenson Provan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://screen-cap.com/Privacy_policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.17",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "images\/128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js",
                "\/libs\/jquery.js",
                "\/libs\/detect_zoom.js",
                "\/libs\/cropper.js",
                "\/libs\/plugin.js",
                "\/libs\/fabric.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ]
}