Screenshot Capture

Capture viewport, crop & save to file, copy to clipboard as binary or data URL

Screenshot Capture là gì?

Screenshot Capture là một tiện ích mở rộng Chrome được phát triển bởi simov.github.io, và tính năng chính của nó là "Capture viewport, crop & save to file, copy to clipboard as binary or data URL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screenshot Capture

Tải xuống các tệp mở rộng Screenshot Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✔ Secure by design
✔ Capture Viewport
✔ Crop and Save (automatic save)
✔ Crop and Wait (manual save)
✔ Configurable Keyboard Shortcut
✔ Save screenshot as PNG or JPG image file
✔ Copy screenshot to clipboard as Data URL String or Binary Image
✔ Preserve or downscale screenshot size on HDPI displays like Retina
✔ Unique screenshot date/time file name
✔ No special permissions required
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/screenshot-capture                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screenshot Capture Screenshot Capture
ID giabbpobpebjfegnpcclkocepcgockkc
URL Chính Thức https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc
Mô tả Capture viewport, crop & save to file, copy to clipboard as binary or data URL
Kích Thước Tệp 96.83 KB
Số Lần Cài Đặt 128,931
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2019-07-13
Đánh Giá 4.18/5 Tổng số 111 Đánh Giá
Nhà Phát Triển simov.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/simov/screenshot-capture
URL Trang Trợ Giúp https://github.com/simov/screenshot-capture/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot Capture",
    "version": "3.1",
    "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Screenshot Capture"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ]
}