Snippit
Grab screenshots easy from your browser!
Snippitคืออะไร?
Snippit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dinobpublishing และคุณลักษณะหลักของมันคือ "Grab screenshots easy from your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snippit
ดาวน์โหลดไฟล์ส่วนขยาย Snippit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at! Just click it and Snippit! Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit! **NEW FOR VERSION 1.2.0** - Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =) --------------------------------------------------------------- **NEW FOR VERSION 1.1.0** - You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snippit |
ID | hhcbdolcmnbmnlkfiekegpkemgckhlii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii |
คำอธิบาย | Grab screenshots easy from your browser! |
ขนาดไฟล์ | 1.65 MB |
จำนวนการติดตั้ง | 1,235 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-07-11 |
วันที่เผยแพร่ | 2021-05-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dinobpublishing |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snippit", "description": "Grab screenshots easy from your browser!", "version": "1.2.0", "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/snippit16.png", "48": "assets\/snippit48.png", "128": "assets\/snippit128.png" }, "permissions": [ "activeTab", "clipboardWrite", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*" ] } |