Easy Crop - Crop the web

Awesome tool for cropping and taking screenshots

Easy Crop - Crop the web là gì?

Easy Crop - Crop the web là một tiện ích mở rộng Chrome được phát triển bởi RazieL, và tính năng chính của nó là "Awesome tool for cropping and taking screenshots".

Ả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 Easy Crop - Crop the web

Tải xuống các tệp mở rộng Easy Crop - Crop the web 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 Crop - Awesome tool for cropping and taking screenshots
Dimesions are shown making taking the perfect picture super easy!

Hold shift + drag to select an area
CTRL + SHIFT + A to take a screen shot of the whole page


Thanks for using and i hope you enjoy this.
I would love to get some reviews or user feedback\suggestion on improving.


Like this extension ? buy me a coffee 
https://ko-fi.com/razielll                    

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

Tên Easy Crop - Crop the web Easy Crop - Crop the web
ID mncocmgajjjpnfkobgdelegiogknodfn
URL Chính Thức https://chromewebstore.google.com/detail/easy-crop-crop-the-web/mncocmgajjjpnfkobgdelegiogknodfn
Mô tả Awesome tool for cropping and taking screenshots
Kích Thước Tệp 27.21 KB
Số Lần Cài Đặt 941
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-01-12
Ngày Phát Hành 2020-01-12
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển RazieL
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Crop - Crop the web",
    "short_name": "EZ Crop - Crop & Screenshot",
    "version": "1.0.3",
    "description": "Awesome tool for cropping and taking screenshots",
    "author": "Anton Stoliarchuk",
    "icons": {
        "16": "images\/w16.png",
        "32": "images\/w32.png",
        "48": "images\/w32.png",
        "128": "images\/w128.png"
    },
    "browser_action": {
        "default_icon": "images\/w32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "script.js"
            ]
        }
    ],
    "offline_enabled": true,
    "signature": "RazieL"
}