ReClipped: YouTube Notes & Screenshots
Take timestamped notes and screenshots from videos on YouTube and many other platforms
¿Qué es ReClipped: YouTube Notes & Screenshots?
ReClipped: YouTube Notes & Screenshots es una extensión de Chrome desarrollada por https://www.reclipped.com, y su función principal es "Take timestamped notes and screenshots from videos on YouTube and many other platforms".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ReClipped: YouTube Notes & Screenshots
Descarga archivos de extensión ReClipped: YouTube Notes & Screenshots en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🚀🚀🚀 Harness the full potential of videos to learn, to analyse, and to improve ❤️❤️❤️ Loved by Students, Teachers and Professionals around the globe 📝 Learn from online videos Take timestamped notes, screenshots and transcripts (YouTube only) from videos on large number of online platforms to elevate your productivity and enhance your knowledge retention. Now, you can just highlight the transcripts to generate video segments and create a video summary or slideshow from your clips. 🔎 Analyse and review videos Analyse own videos for skill improvement, or provide specific and actionable feedback, or share important moments with the team members. Keep the conversations on videos private, contextual and reference-able 📌 Tag, search, color code and organise ReClipped gives you the power to organise and connect the knowledge in your own ways. Search not just videos but specific snippets in them, use colored markers to visually code the importance and collect similar ideas in one Board 🤝 Export notes as PDF/Markdown or Sync to your favourite productivity apps Simply export notes in a pdf or markdown formats or Connect ReClipped with your favourite note-taking and productivity apps such as Evernote, Notion, Readwise. So that your video notes automatically sync into the productivity system of your choice. 🤷 CANNOT INSTALL THE BROWSER EXTENSION? NO PROBLEM Use the ReClipped web app at reclipped.com. This method works for web browsers on Desktop as well as Mobile 💻 📱 1️⃣ Copy the share link of the video 2️⃣ Log on to reclipped.com and click on Add Video 3️⃣ Paste the share link 4️⃣ Start taking notes ⭐⭐⭐⭐⭐ Please rate us on the webstore and leave your comments, ideas & feedback to help us make ReClipped the best productivity tool for all things related to videos
Información Básica de la Extensión
Nombre | ReClipped: YouTube Notes & Screenshots |
ID | gbnebpdekafhpcipejfhabfghccgfnbh |
URL Oficial | https://chromewebstore.google.com/detail/reclipped-youtube-notes-s/gbnebpdekafhpcipejfhabfghccgfnbh |
Descripción | Take timestamped notes and screenshots from videos on YouTube and many other platforms |
Tamaño del Archivo | 3.94 MB |
Cantidad de Instalaciones | 8,162 |
Versión Actual | 2.1.0.150 (g93dc3df) |
Última Actualización | 2024-02-15 |
Fecha de Publicación | 2020-06-13 |
Calificación | 4.59/5 Total de 44 Calificaciones |
Desarrollador | https://www.reclipped.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.reclipped.com |
URL de la Página de Ayuda | https://www.reclipped.com/faq |
URL de la Página de Política de Privacidad | https://www.reclipped.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReClipped: YouTube Notes & Screenshots", "commands": { "summary-note": { "suggested_key": { "default": "Alt+Shift+X" }, "description": "Create Summary Note" }, "take-snapshot": { "suggested_key": { "default": "Alt+Shift+A" }, "description": "Take Snapshot" }, "create-highlight": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Create Highlight" }, "toggle-sidebar": { "suggested_key": { "default": "Alt+Shift+Q" }, "description": "Toggle Sidebar" } }, "short_name": "ReClipped", "version": "2.1.0.150", "version_name": "2.1.0.150 (g93dc3df)", "manifest_version": 2, "minimum_chrome_version": "38", "description": "Take timestamped notes and screenshots from videos on YouTube and many other platforms", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/reclipped.com", "incognito": "split", "offline_enabled": false, "permissions": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/www.vimeo.com\/*", "https:\/\/reclipped.com\/*", "https:\/\/www.reclipped.com\/*", "https:\/\/*.panopto.com\/*", "https:\/\/*.brightstorm.com\/*", "https:\/\/brightstorm.com\/*", "https:\/\/*.ted.com\/*", "https:\/\/ted.com\/*", "https:\/\/*.linkedin.com\/learning\/*", "https:\/\/linkedin.com\/learning\/*", "https:\/\/*.curiositystream.com\/*", "https:\/\/curiositystream.com\/*", "https:\/\/*.skillshare.com\/*", "https:\/\/skillshare.com\/*", "https:\/\/*.twitch.tv\/videos\/*", "https:\/\/twitch.tv\/videos\/*", "https:\/\/*.bilibili.com\/video\/*", "https:\/\/bilibili.com\/video\/*", "https:\/\/*.bilibili.tv\/*", "https:\/\/bilibili.tv\/*", "https:\/\/hotstar.com\/*", "https:\/\/*.hotstar.com\/*", "https:\/\/primevideo.com\/detail\/*", "https:\/\/*.primevideo.com\/detail\/*", "https:\/\/coursera.org\/learn\/*", "https:\/\/*.coursera.org\/learn\/*", "https:\/\/udemy.com\/*", "https:\/\/*.udemy.com\/*", "https:\/\/*.teachable.com\/*", "https:\/\/eduworld.met.edu\/*", "contentSettings", "storage", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.youtube.com\/iframe_api https:\/\/apis.google.com\/js\/api https:\/\/player.vimeo.com\/api\/player.js https:\/\/www.google-analytics.com https:\/\/kit.fontawesome.com\/75c026773e.js https:\/\/fonts.googleapis.com https:\/\/s.ytimg.com\/ ; object-src 'self'; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/use.fontawesome.com https:\/\/ka-f.fontawesome.com https:\/\/kit.fontawesome.com https:\/\/fonts.gstatic.com data:;", "background": { "persistent": true, "scripts": [ "settings-data.js", "client\/build\/scripts\/raven.bundle.js", "extension.bundle.js" ] }, "browser_action": { "default_icon": { "19": "images\/browser-icon-inactive.png", "38": "images\/[email protected]" } }, "web_accessible_resources": [ "client\/*", "content\/*", "lib\/*", "help\/*", "content\/web\/viewer.html" ], "externally_connectable": { "matches": [ "https:\/\/reclipped.com:8000\/*" ] } } |