ScreenSnip

A tool that allows you to take a screenshot of the current tab and crop it.

ScreenSnip là gì?

ScreenSnip là một tiện ích mở rộng Chrome được phát triển bởi bhayatus, và tính năng chính của nó là "A tool that allows you to take a screenshot of the current tab and crop it.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ScreenSnip 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

                        Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.                    

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

Tên ScreenSnip ScreenSnip
ID okodoejppedehahibmdngneledbkliap
URL Chính Thức https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap
Mô tả A tool that allows you to take a screenshot of the current tab and crop it.
Kích Thước Tệp 44.84 KB
Số Lần Cài Đặt 1,086
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-04-05
Ngày Phát Hành 2020-04-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển bhayatus
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenSnip",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A tool that allows you to take a screenshot of the current tab and crop it.",
    "browser_action": {
        "default_title": "ScreenSnip"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}