Easy Screenshot

Take a screenshot and annotate with a powerful editor.

Easy Screenshot là gì?

Easy Screenshot là một tiện ích mở rộng Chrome được phát triển bởi Alisa Turner, và tính năng chính của nó là "Take a screenshot and annotate with a powerful editor.".

Ả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 Easy Screenshot

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

                        Easy Screenshot allows you to take screenshots of opened pages and edit them with a built-in image editor.

Features:
⭐ Take a full-page screenshot
⭐ Take a visible-part screenshot
⭐ Annotate (Edit) screenshot - crop image, draw figures, add icons, and more
⭐ Copy or Save as a PNG file                    

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

Tên Easy Screenshot Easy Screenshot
ID ahkaodmjhcgdbolnbfieablpjjkcnmeo
URL Chính Thức https://chrome.google.com/webstore/detail/easy-screenshot/ahkaodmjhcgdbolnbfieablpjjkcnmeo
Mô tả Take a screenshot and annotate with a powerful editor.
Kích Thước Tệp 520 KB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 2.7.3
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-11-10
Đánh Giá 2.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Alisa Turner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1dVFbSjscvwnsxm-9G6UjRszZx1q3cgME-8s32dN9fio/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,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,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.7.3",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "Icon_128.png"
    },
    "icons": {
        "128": "Icon_128.png",
        "48": "Icon_48.png",
        "16": "Icon_16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "editor.html"
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}