Snippit
A YouTube transcript highlighter
Snippitคืออะไร?
Snippit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snippit.io และคุณลักษณะหลักของมันคือ "A YouTube transcript highlighter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snippit
ดาวน์โหลดไฟล์ส่วนขยาย Snippit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watching videos just got productive. Make notes & transcript snippets on YouTube videos without tediously writing them out! Save the best parts, organize them and export them to your notes app. Record them, annotate them, and review them. Enhance your YouTube experience and make the time you spend there more valuable and productive. Learn more and engage more with the content through taking snippets, making notes and saving sections to your personal note taking system. Integration with Readwise is available (as well as Roam Research, Notion and Evernote via Readwise.) Build your second brain, while relaxing on YouTube. A seamless connection between YouTube and your notes app. Watch any YouTube video and extract the key insights with one click. A must for anyone who wants to build a second brain. Minimal privacy requirements, to help provide peace of mind when installing yet another extension Annotate those YouTube videos with notes, flashcards, and more. Collect material for your next creation, or simply learn and engage more with your content. "It's like highlighting text, but better."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | alnjkmbmogcjljncjoencmadbiboedfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snippit/alnjkmbmogcjljncjoencmadbiboedfp |
คำอธิบาย | A YouTube transcript highlighter |
ขนาดไฟล์ | 1.13 MB |
จำนวนการติดตั้ง | 963 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2021-07-22 |
วันที่เผยแพร่ | 2020-12-12 |
คะแนน | 1.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://snippit.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.snippit.io |
URL หน้าช่วยเหลือ | https://app.snippit.io/register |
URL หน้านโยบายความเป็นส่วนตัว | https://www.snippit.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A YouTube transcript highlighter", "version": "1.6", "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "run_at": "document_idle", "js": [ "content-script.bundle.js" ] } ], "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "icons": { "128": "icon-128.png" }, "name": "Snippit", "options_page": "options.html", "web_accessible_resources": [ "quote.png", "quote.svg", "logo_bg_light.png" ], "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |