Does Video Notes work offline?
Yes. Every note and bit of metadata lives in
chrome.storage.local, so your research stays private
and accessible.
Video Notes injects a lightweight workspace above the video title, pauses playback when you jot something down, and pins every thought to an interactive timeline so you can jump back instantly.
Perfect for capturing ideas, notes, and action items while watching videos.
How it fits in
Storage model
Video Notes runs 100% offline. Everything is written to
chrome.storage.local, split across
videoNotes:notes and videoNotes:metadata,
so your highlights never leave the device yet stay instantly
available to both the content script and popup.
Popup dashboard
The popup UI (pure HTML/CSS/JS) lists all your notes across videos, with timestamps that open the video in a new tab right where you left off. A built-in search field filters results as you type, so you can find that one insight.
Open source
Video Notes is fully open source on GitHub. If you spot a bug, want to polish the UI, or have a feature idea, you can dive into the repository, open an issue, or send a pull request.
Answers in seconds
Yes. Every note and bit of metadata lives in
chrome.storage.local, so your research stays private
and accessible.
The popup dashboard includes export and import controls under settings allowing you to backup and import notes between browsers or devices.
Video Notes injects lightweight HTML and listens for navigation events, so it adds virtually no load time and never touches the video stream itself.
Ready when you are
Add the Chrome extension (or build locally) in under a minute. No accounts, no servers, just a focused workspace above your favorite videos.