KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
¿Qué es KeyPoints - Youtube Video Summarizer?
KeyPoints - Youtube Video Summarizer es una extensión de Chrome desarrollada por mybrowsinghabits, y su función principal es "Summarize youtube videos to get the key points shared in the video within seconds".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión KeyPoints - Youtube Video Summarizer
Descarga archivos de extensión KeyPoints - Youtube Video Summarizer 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
This Chrome Extension allows you to summarize any youtube video! The summary will give you a quick introduction as well as any of the main KeyPoints discussed. You can also save any of the generated summaries directly within the app, which allows you to go back later on and read over any of the summaries that you might have generated. Please don't hesitate to leave a comment or review with your thoughts about the product!
Información Básica de la Extensión
Nombre | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
URL Oficial | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
Descripción | Summarize youtube videos to get the key points shared in the video within seconds |
Tamaño del Archivo | 1.87 MB |
Cantidad de Instalaciones | 232 |
Versión Actual | 1.3.0 |
Última Actualización | 2024-02-26 |
Fecha de Publicación | 2023-03-12 |
Desarrollador | mybrowsinghabits |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
URL de la Página de Política de Privacidad | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyPoints - Youtube Video Summarizer", "description": "Summarize youtube videos to get the key points shared in the video within seconds", "version": "1.3.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "KeyPoints", "default_popup": "index.html" }, "icons": { "16": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |