KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
ما هو KeyPoints - Youtube Video Summarizer؟
KeyPoints - Youtube Video Summarizer هو إضافة Chrome تم تطويرها بواسطة mybrowsinghabits، والميزة الرئيسية لها هي "Summarize youtube videos to get the key points shared in the video within seconds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KeyPoints - Youtube Video Summarizer
قم بتنزيل ملفات الامتداد KeyPoints - Youtube Video Summarizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
الوصف | Summarize youtube videos to get the key points shared in the video within seconds |
حجم الملف | 1.87 MB |
عدد التثبيتات | 232 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2024-02-26 |
تاريخ النشر | 2023-03-12 |
المطور | mybrowsinghabits |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
عنوان صفحة سياسة الخصوصية | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
اللغات المدعومة | 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" } } |