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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης KeyPoints - Youtube Video Summarizer

Λήψη αρχείων επέκτασης KeyPoints - Youtube Video Summarizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
URL της Σελίδας Πολιτικής Απορρήτου 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"
    }
}