KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
Qu'est-ce que KeyPoints - Youtube Video Summarizer ?
KeyPoints - Youtube Video Summarizer est une extension Chrome développée par mybrowsinghabits, et sa fonction principale est "Summarize youtube videos to get the key points shared in the video within seconds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KeyPoints - Youtube Video Summarizer
Téléchargez les fichiers d'extension KeyPoints - Youtube Video Summarizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
URL Officiel | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
Description | Summarize youtube videos to get the key points shared in the video within seconds |
Taille du Fichier | 1.87 MB |
Nombre d'Installations | 232 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2023-03-12 |
Développeur | mybrowsinghabits |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
Langues Prises en Charge | 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" } } |