Screenshot Easy
Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Screenshot Easyคืออะไร?
Screenshot Easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Screenshot Easy และคุณลักษณะหลักของมันคือ "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenshot Easy
ดาวน์โหลดไฟล์ส่วนขยาย Screenshot Easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screenshot Easy |
ID | ikhdemckhflgmlijkaomcpdmljegkakh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh |
คำอธิบาย | Screenshot Easy - The easiest way to take a customizable screenshot and share to friends |
ขนาดไฟล์ | 85.2 KB |
จำนวนการติดตั้ง | 25,953 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2023-01-18 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 4.19/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | Screenshot Easy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |