Lanter: YouTube Highlighter

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

¿Qué es Lanter: YouTube Highlighter?

Lanter: YouTube Highlighter es una extensión de Chrome desarrollada por Lanter, y su función principal es "Capture, highlight, and review insightful moments from YouTube videos with Lanter.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Lanter: YouTube Highlighter

Descarga archivos de extensión Lanter: YouTube Highlighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lanter: YouTube Highlighter Lanter: YouTube Highlighter
ID dddkbkfbiikdebcdafdnjcimkooehmfb
URL Oficial https://chromewebstore.google.com/detail/lanter-youtube-highlighte/dddkbkfbiikdebcdafdnjcimkooehmfb
Descripción Capture, highlight, and review insightful moments from YouTube videos with Lanter.
Tamaño del Archivo 1.23 MB
Cantidad de Instalaciones 44
Versión Actual 1.2.0
Última Actualización 2023-09-04
Fecha de Publicación 2023-05-15
Desarrollador Lanter
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.lanterapp.com/privacy
Idiomas Soportados 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"
    ]
}