Easy Crop - Crop the web

Awesome tool for cropping and taking screenshots

Easy Crop - Crop the webคืออะไร?

Easy Crop - Crop the web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RazieL และคุณลักษณะหลักของมันคือ "Awesome tool for cropping and taking screenshots"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Crop - Crop the web

ดาวน์โหลดไฟล์ส่วนขยาย Easy Crop - Crop the web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Crop - Crop the web Easy Crop - Crop the web
ID mncocmgajjjpnfkobgdelegiogknodfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-crop-crop-the-web/mncocmgajjjpnfkobgdelegiogknodfn
คำอธิบาย Awesome tool for cropping and taking screenshots
ขนาดไฟล์ 27.21 KB
จำนวนการติดตั้ง 941
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2020-01-12
วันที่เผยแพร่ 2020-01-12
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา RazieL
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
}