Coursnap - Summarizer for Long YouTube Videos
Premier Summarizer for Courses, lectures, and any long YouTube Videos.
Τι είναι το Coursnap - Summarizer for Long YouTube Videos;
Το Coursnap - Summarizer for Long YouTube Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coursnap.app, και η κύρια λειτουργία του είναι "Premier Summarizer for Courses, lectures, and any long YouTube Videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Coursnap - Summarizer for Long YouTube Videos
Λήψη αρχείων επέκτασης Coursnap - Summarizer for Long YouTube Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Coursnap is the premier summarizer for courses, lectures, interviews, and any long YouTube videos. 🔥 Play Highlights - Watch the key 10% of the video. Helping you watch faster. 🎬 Long Videos into Outlines - Accurately deconstructing videos into efficient learning guides. Helping you learn faster. 📝 AI-driven Transcript - More accurate and fluent, easier to read. helping you understand faster. 🎁 Free Daily Summary
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | clhacnjjfngbccgjbfbioajeoclpmggk |
Επίσημο URL | https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk |
Περιγραφή | Premier Summarizer for Courses, lectures, and any long YouTube Videos. |
Μέγεθος Αρχείου | 10.13 MB |
Αριθμός Εγκαταστάσεων | 54 |
Τρέχουσα Έκδοση | 2.0.5 |
Τελευταία Ενημέρωση | 2024-02-22 |
Ημερομηνία Δημοσίευσης | 2024-01-12 |
Προγραμματιστής | https://coursnap.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://coursnap.app |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.coursnap.app/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursnap - Summarizer for Long YouTube Videos", "version": "2.0.5", "manifest_version": 3, "description": "Premier Summarizer for Courses, lectures, and any long YouTube Videos.", "background": { "service_worker": "background.js" }, "icons": { "32": "icons\/logo.png", "128": "icons\/logoBig.png" }, "commands": { "watch-later-shortcut": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" }, "description": "Watch Later" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "contextMenus" ], "externally_connectable": { "matches": [ "http:\/\/localhost:5173\/*", "*:\/\/*.coursnap.app\/*" ] }, "options_page": "extension.html#\/option", "action": [], "web_accessible_resources": [ { "resources": [ "image\/*" ], "matches": [ "*:\/\/*.youtube.com\/*" ] }, { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*.*", "assets\/**\/*.*", "\/assets\/*.*", "\/assets\/**\/*.*" ] }, { "matches": [ " |