Lanter: YouTube Highlighter

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

Vad är Lanter: YouTube Highlighter?

Lanter: YouTube Highlighter är en Chrome-tillägg utvecklad av Lanter, och dess huvudfunktion är "Capture, highlight, and review insightful moments from YouTube videos with Lanter.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Lanter: YouTube Highlighter-förlängningens CRX-fil

Ladda ner Lanter: YouTube Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lanter: YouTube Highlighter Lanter: YouTube Highlighter
ID dddkbkfbiikdebcdafdnjcimkooehmfb
Officiell webbadress https://chromewebstore.google.com/detail/lanter-youtube-highlighte/dddkbkfbiikdebcdafdnjcimkooehmfb
Beskrivning Capture, highlight, and review insightful moments from YouTube videos with Lanter.
Filstorlek 1.23 MB
Antal Installationer 44
Aktuell Version 1.2.0
Senast Uppdaterad 2023-09-04
Publiceringsdatum 2023-05-15
Utvecklare Lanter
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.lanterapp.com/privacy
Stödda Språk 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"
    ]
}