Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

Screenshot Easy là gì?

Screenshot Easy là một tiện ích mở rộng Chrome được phát triển bởi Screenshot Easy, và tính năng chính của nó là "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".

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

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

                        - Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way.
- You'll get fast, simple, easy to take an editable screenshot.
- You can select any area and take its screenshot.
- User-friendly interface makes your work with the tool easier.
- Edit screenshot instantly when taking them.
- You can also upload your screenshot to the server and get its short link right away.                    

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

Tên Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
URL Chính Thức https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
Mô tả Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Kích Thước Tệp 85.2 KB
Số Lần Cài Đặt 25,953
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2020-06-08
Đánh Giá 4.19/5 Tổng số 58 Đánh Giá
Nhà Phát Triển Screenshot Easy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Easy",
    "version": "1.1.4",
    "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-transparent.png",
        "default_title": "Take a screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}