Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
Make a Screenshotคืออะไร?
Make a Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://earth3dmap.com และคุณลักษณะหลักของมันคือ "Easy one click screenshot. The screenshot comes in a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make a Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย Make a Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy tool to make screenshots. Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. It will be visible in a new tab and then you can right-click the picture and save it. This screenshot extension is very small and quick. You can test it now. Thank you! Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Make a Screenshot |
ID | gfpdknjgjlakoegfncghjdggmolfocpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
คำอธิบาย | Easy one click screenshot. The screenshot comes in a new tab. |
ขนาดไฟล์ | 16.64 KB |
จำนวนการติดตั้ง | 77,435 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-07-18 |
วันที่เผยแพร่ | 2018-07-18 |
คะแนน | 3.72/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | http://earth3dmap.com |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://earth3dmap.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make a Screenshot", "version": "1.2", "description": "Easy one click screenshot. The screenshot comes in a new tab.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Make a screenshot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |