Lecture Summary: Youtube, Udemy And Coursera

Helping you easily get summaries from #youTube, #udemy & #coursera video courses.

Lecture Summary: Youtube, Udemy And Courseraคืออะไร?

Lecture Summary: Youtube, Udemy And Coursera เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shishir Chaurasiya และคุณลักษณะหลักของมันคือ "Helping you easily get summaries from #youTube, #udemy & #coursera video courses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lecture Summary: Youtube, Udemy And Coursera

ดาวน์โหลดไฟล์ส่วนขยาย Lecture Summary: Youtube, Udemy And Coursera ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Lecture Summary: YouTube, Udemy And Coursera: Your Ultimate Learning Companion for Udemy and Coursera  

Note: This extension now supports YouTube as well, with a stipulation that videos should be under 28 minutes in duration, and transcript length should not exceed 4000 words.

Previously known as "SpeedySynopsis," the extension has been rebranded to "Lecture Summary: Udemy and Coursera."


Once you've installed this extension, you can either click on the extension itself or use the shortcut Ctrl + B on Windows and cmd + B on Mac to activate it.

Unlock the Power of Summarized Learning:
Enhance your online learning experience with Lecture Summary: – the must-have Chrome extension designed exclusively for YouTube, Udemy and Coursera users. Dive into the world of efficient learning, where video summaries meet transcript insights, giving you a unique edge in mastering your chosen courses.

Effortless Summaries, Instant Brilliance:
Tired of sifting through lengthy course videos? Say hello to Lecture Summary! We're here to transform the way you learn. With our seamless integration, each video comes with a concise summary that distills key concepts, enabling you to grasp vital information at a glance.

Transcripts Unveil the Details:
Uncover the intricacies of each lecture with our integrated transcripts. Whether it's a complex formula, an important definition, or a mind-boggling theory, our meticulously crafted transcripts ensure you don't miss a single detail. Read along as you watch or use them to quickly find specific points in the video.

Copy or Download – It's Your Choice:
Lecture Summary empowers you to take control of your learning. Copy the summary to your clipboard for quick reference or download it in text format to create your personalized study guide. Now, reviewing crucial points and revisiting key takeaways has never been easier.

One-Time Hassle-Free Setup:
Concerned about data privacy? We've got you covered. Lecture Summary values your security. Set up your account with Eden AI by providing your API key – a one-time process that grants you seamless access to the extension. Rest assured, your API key remains strictly local and confidential.

Why Lecture Summary?
✓ Transform lengthy videos into insightful summaries.
✓ Seamlessly navigate through course content with integrated transcripts.
✓ Create a personalized learning experience with downloadable summaries.
✓ Secure setup with a one-time API key submission.

Experience a new era of efficient learning with Lecture Summary. Elevate your YouTube, Udemy and Coursera journey today. Maximize your time, amplify your knowledge.

Download now and revolutionize the way you learn!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lecture Summary: Youtube, Udemy And Coursera Lecture Summary: Youtube, Udemy And Coursera
ID mnejhfjohfbgdoadgjmfigodfagokeme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lecture-summary-youtube-u/mnejhfjohfbgdoadgjmfigodfagokeme
คำอธิบาย Helping you easily get summaries from #youTube, #udemy & #coursera video courses.
ขนาดไฟล์ 471 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 0.0.0.6
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2023-08-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Shishir Chaurasiya
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lecture-summary.vercel.app/
URL หน้าช่วยเหลือ https://lecture-summary.vercel.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lecture Summary: Youtube, Udemy And Coursera",
    "description": "Helping you easily get summaries from #youTube, #udemy & #coursera video courses. ",
    "version": "0.0.0.6",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "scripting",
        "activeTab",
        "clipboardWrite",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
}