Lanter: YouTube Highlighter

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

Wat is Lanter: YouTube Highlighter?

Lanter: YouTube Highlighter is een Chrome-extensie ontwikkeld door Lanter, en de belangrijkste functie is "Capture, highlight, and review insightful moments from YouTube videos with Lanter.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lanter: YouTube Highlighter

Download Lanter: YouTube Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lanter: YouTube Highlighter Lanter: YouTube Highlighter
ID dddkbkfbiikdebcdafdnjcimkooehmfb
Officiële URL https://chromewebstore.google.com/detail/lanter-youtube-highlighte/dddkbkfbiikdebcdafdnjcimkooehmfb
Beschrijving Capture, highlight, and review insightful moments from YouTube videos with Lanter.
Bestandsgrootte 1.23 MB
Aantal Installaties 44
Huidige Versie 1.2.0
Laatst Bijgewerkt 2023-09-04
Publicatiedatum 2023-05-15
Ontwikkelaar Lanter
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.lanterapp.com/privacy
Ondersteunde Talen 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"
    ]
}