Lanter: YouTube Highlighter

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

Co je Lanter: YouTube Highlighter?

Lanter: YouTube Highlighter je rozšíření Chrome vyvinuté Lanter, a jeho hlavní funkcí je „Capture, highlight, and review insightful moments from YouTube videos with Lanter.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Lanter: YouTube Highlighter

Stáhněte si soubory rozšíření Lanter: YouTube Highlighter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Lanter: YouTube Highlighter Lanter: YouTube Highlighter
ID dddkbkfbiikdebcdafdnjcimkooehmfb
Oficiální URL https://chromewebstore.google.com/detail/lanter-youtube-highlighte/dddkbkfbiikdebcdafdnjcimkooehmfb
Popis Capture, highlight, and review insightful moments from YouTube videos with Lanter.
Velikost souboru 1.23 MB
Počet instalací 44
Aktuální Verze 1.2.0
Poslední Aktualizace 2023-09-04
Datum Vydání 2023-05-15
Vývojář Lanter
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.lanterapp.com/privacy
Podporované Jazyky 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"
    ]
}