Askify - Youtube Notes
Take Notes From Youtube
Askify - Youtube Notesคืออะไร?
Askify - Youtube Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://askify.video และคุณลักษณะหลักของมันคือ "Take Notes From Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Askify - Youtube Notes
ดาวน์โหลดไฟล์ส่วนขยาย Askify - Youtube Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take Notes and screenshot from YouTube, Udemy wiki and every website in just One Click. ****** UPDATE ****** ★ Works in Fullscreen ★ Change Auto-Snap and Auto-Notes interval Settings ★ New Floating Editor Mode ★ New Shortcuts added ★ Transparency Mode — Make your editor transparent ★ Auto Snap — Automatically takes screenshot, in just a minute or two your notes are ready ★ Image To Text — Now see already made notes from different people ★ All Website — Take Screenshot on every website wikipedia, Udemy and more ****** END****** Askify is #1 Youtube Note taking App Include High quality Screenshots, Timestamps and subtitles and boost your note taking ability In addition, it offers more features like High quality screenshot even if you are viewing video in low quality. Askify for Chrome works directly in Youtube, Just install and forget Enhance your Note taking skills for business correspondence, academic documents and social writing. ★ Screenshot — Take screenshot at any time. Screenshot will always be of high quality even if you are viewing video in data saver mode. ★ Write/Crop — You can write on screenshot and crop it however you like. ★ Time-Stamp —Insert timestamp any time you want, just click on timestamp button to take it. ★ AutoNotes — Take automatic notes with timestamp in just one click. ★ Markdown & Shortcuts — Take lightning fast notes without leaving keyboard. ★ App, Mobile and Desktop — Askify is available in App(Android), Mobile and Desktop, Sync across all devices. ★ Organise, Save and Reflect — Organise your notes, save and reflect upon it. ★ Export — Export to PDF, Markdown and share your notes with anyone -------------------- Important Note: -------------------- Askify respects user privacy and our terms of use do not require additional security permissions. ----------------------------------------------- Enjoy Askify everywhere you write! ----------------------------------------------- Askify is available on Chrome, Android mobile devices and iPhones. Download Askify for free at https://askify.video -------------------------------------------------- More Features -------------------------------------------------- ★ Dictation — No need to type just speak and it's done.(Hindi +8 languages) ★ Insert Custom Image — Just paste/insert image from anywhere inside editor ★ Make multiple notes of same video or continue same notes in multiple videos ★ Drag and Collapse — Drag editor all around the website also collapse and expand as you see fit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Askify - Youtube Notes |
ID | njdhimdgnbonemdigklhjeallomiipec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/askify-youtube-notes/njdhimdgnbonemdigklhjeallomiipec |
คำอธิบาย | Take Notes From Youtube |
ขนาดไฟล์ | 738 KB |
จำนวนการติดตั้ง | 32,214 |
เวอร์ชันปัจจุบัน | 2.4.1 |
อัปเดตครั้งล่าสุด | 2023-07-03 |
วันที่เผยแพร่ | 2021-09-23 |
คะแนน | 4.71/5 รวมทั้งหมด 171 คะแนน |
ผู้พัฒนา | https://askify.video |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://askify.video |
URL หน้าช่วยเหลือ | https://tawk.to/askify |
URL หน้านโยบายความเป็นส่วนตัว | https://askify.video/privacyPolicy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Askify - Youtube Notes", "description": "Take Notes From Youtube", "version": "2.4.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-512x512-16x16.png", "32": "icon-512x512-32x32.png", "48": "icon-512x512-48x48.png", "128": "icon-512x512-128x128.png" } }, "icons": { "16": "icon-512x512-16x16.png", "32": "icon-512x512-32x32.png", "48": "icon-512x512-48x48.png", "128": "icon-512x512-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/*.askify.video\/*", "https:\/\/askify-video--askify-test-vlt41d36.web.app\/*" ] }, "permissions": [ "storage", "scripting", "system.memory", "activeTab" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |