Lanter: YouTube Highlighter

Capture, highlight, and review insightful moments from YouTube videos with Lanter.

Hvad er Lanter: YouTube Highlighter?

Lanter: YouTube Highlighter er en Chrome-udvidelse udviklet af Lanter, og dens hovedfunktion er "Capture, highlight, and review insightful moments from YouTube videos with Lanter.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Lanter: YouTube Highlighter-udvidelses-CRX-fil

Download Lanter: YouTube Highlighter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Lanter: YouTube Highlighter is a Chrome extension built to enhance your YouTube experience by capturing, highlighting, and reviewing key moments from your favorite videos. Leveraging advanced AI and ML techniques, Lanter intelligently transcribed and formats the video into text, creating easily readable highlights. 

With a simple click, you can bookmark crucial moments in a video, complete with punctuated and formatted text, making it a breeze to revisit and study important information later.

Features: 

Effortless Text Capture: Instantly grab text from the video timestamp you're watching with a single click, turning it into an easily readable highlight.

Advanced AI and ML Punctuation: Utilize state-of-the-art artificial intelligence and machine learning techniques to automatically punctuate and format the captured text, enhancing readability.

Bookmark and Organize: Bookmark video timestamps, save them alongside their highlighted text, and easily navigate through your saved bookmarks.

Automatic Daily Email Reminders: Get daily email reminders of your bookmarks. Don't lose forget the key insights.

Comprehensive Search: Quickly search and find the highlights you need across all your bookmarks, making it simple to locate relevant information.                    

Grundlæggende oplysninger om udvidelsen

Navn Lanter: YouTube Highlighter Lanter: YouTube Highlighter
ID dddkbkfbiikdebcdafdnjcimkooehmfb
Officiel URL https://chromewebstore.google.com/detail/lanter-youtube-highlighte/dddkbkfbiikdebcdafdnjcimkooehmfb
Beskrivelse Capture, highlight, and review insightful moments from YouTube videos with Lanter.
Filstørrelse 1.23 MB
Antal Installationer 44
Nuværende Version 1.2.0
Senest Opdateret 2023-09-04
Udgivelsesdato 2023-05-15
Udvikler Lanter
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.lanterapp.com/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lanter: YouTube Highlighter",
    "description": "Capture, highlight, and review insightful moments from YouTube videos with Lanter.",
    "version": "1.2.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open"
    },
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.getlanter.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/lanter-icon-16.png",
        "48": "assets\/lanter-icon-48.png",
        "128": "assets\/lanter-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "assets\/marker.svg",
                "assets\/marker-white-solid.svg",
                "assets\/marker-black-solid.svg",
                "assets\/marker-black.svg",
                "assets\/marker-white.svg",
                "assets\/marker-yellow.png",
                "assets\/marker-yellow-solid.png",
                "assets\/delete.png",
                "assets\/loading.png",
                "assets\/spinner-white.svg",
                "assets\/check.png",
                "assets\/google-log.png",
                "assets\/lanter.png",
                "assets\/lanter-icon-white.png",
                "assets\/lanter-logo.png",
                "assets\/lanter-logo-white.png",
                "assets\/arrow-down.svg",
                "assets\/arrow-down-white.svg",
                "assets\/arrow-up.svg",
                "assets\/arrow-up-white.svg",
                "assets\/notepad.svg",
                "assets\/notepad-white.svg",
                "assets\/spinner.svg",
                "assets\/loading.svg",
                "assets\/category.svg",
                "assets\/category-black-solid.svg"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/www.getlanter.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "1040307711513-ea1is2mcidodq3t7su4fvm49ss20vdbc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ]
}