Snip
Visual clipboard.
Snipคืออะไร?
Snip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yariv Fruend และคุณลักษณะหลักของมันคือ "Visual clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snip
ดาวน์โหลดไฟล์ส่วนขยาย Snip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A snip is a draggable object containing text. It can be dragged and then dropped inside a text input. HOW TO USE: Add new snips using the field at the top. Left click: show full snip. Ctrl + Left click: remove a snip.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snip |
ID | gpffmgfklgohifjmgmbdabphgijndojh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snip/gpffmgfklgohifjmgmbdabphgijndojh |
คำอธิบาย | Visual clipboard. |
ขนาดไฟล์ | 55.07 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2024-02-29 |
วันที่เผยแพร่ | 2017-10-19 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Yariv Fruend |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snip", "description": "Visual clipboard.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.2", "author": "Yairv Fruend", "action": { "default_icon": { "32": "icons\/32.png" }, "default_title": "Start Snippin'!", "default_popup": ".\/index.html" }, "permissions": [ "storage" ] } |