Lumina: Web & PDF Highlighter par Khushwant Singh
Highlight text on any web page or PDF, attach markdown notes, and keep everything stored locally on your device. Five colors, a sidebar with full-text search, export and import, and a bundled PDF viewer so highlighting works on PDFs too.
MĂ©tadonnĂ©es de lâextension
Captures dâĂ©cran
Ă propos de cette extension
Lumina is a local-first highlighter and note-taking extension for web pages and PDFs. Select text, pick a color, and attach a note. Everything stays on your device in IndexedDB. No account, no cloud, no tracking.
WHY LUMINA
âą Works the same on web pages and PDFs â one tool for the whole web.
âą Five highlight colors plus a screen-reader-friendly colour label on every highlight (the <mark> element carries an aria-label like "Highlighted in yellow: <excerpt>") so colourblind and AT users get the colour dimension even when the visual overlay alone isn't enough.
âą Markdown notes on every highlight (bold, italic, inline code).
âą Sidebar with full-text search, export, import, and one-click clear.
âą Keyboard shortcuts for power users.
âą 100% local storage. Your highlights never leave your browser.
WEB PAGE HIGHLIGHTING
âą Highlight any selection on any site with five colors: yellow, green, blue, pink, orange.
âą Hover a highlight to see its note in a tooltip.
âą Click a highlight to change color, edit the note, or delete it.
⹠Robust anchoring: highlights survive page re-renders, SPA navigation, and lazy-loaded content thanks to a three-part anchor chain (text position, text quote with ±32-character context, and a CSS-selector fallback).
âą Built for modern JavaScript apps â a mutation observer re-restores highlights when new content appears.
PDF HIGHLIGHTING
âą PDFs open in a bundled Lumina viewer (Mozilla's PDF.js). No external requests for viewer code.
âą Select text inside any PDF and highlight it with the same five-color palette.
âą Highlights are anchored to the page offset and a text-quote fallback, so they reappear when you reopen the document. Anchors Lumina cannot resolve are surfaced as "orphaned" rather than silently dropped.
âą Sidebar shows a "Page N" badge on every PDF entry and a jump-to-page action that reopens the PDF scrolled to the highlight.
âą Works on https://, http://, and file:// PDFs. Local file:// PDFs require file-scheme access granted via about:addons â Lumina â Permissions â "Access your data for all websites" / file-URL toggle.
NOTES AND ANNOTATIONS
âą Attach a markdown note to any highlight.
âą Inline formatting: bold, italic,
âą Edit or delete notes from the in-page editor or the sidebar.
SIDEBAR
âą Two views, one toggle: "This page" lists highlights on your current tab; "All" groups every highlight you've ever made by document, sorted by most recently visited, so you can revisit a passage you saved weeks ago without remembering which tab you were on.
âą Full-text search across quotes, notes, and document titles.
âą Export your library as JSON, import from a backup, or clear everything with a guarded confirmation. Imports offer Replace or Merge modes.
âą Click any entry to scroll the page to that highlight. PDF entries scroll the bundled viewer to the page first; a brief "Loading pageâŠ" toast appears if the render takes more than a second.
âą Theme (system / light / dark) and view mode are persisted across sessions.
âą Opens from the sidebar launcher in the Firefox toolbar (the panel icon), or from View â Sidebar â Lumina.
KEYBOARD SHORTCUTS
âą Ctrl + Shift + H â highlight the current selection with your last-used color.
âą Ctrl + Shift + L â open the Lumina sidebar.
âą If another extension or Firefox command has claimed these combos, rebind them via about:addons â Lumina â ⊠menu â "Manage Extension Shortcuts".
PRIVACY
Lumina runs entirely on your device. Highlights, notes, color choices, and settings are stored in IndexedDB (plus a handful of settings keys in browser.storage.local) and never leave your browser. There are no analytics, telemetry pings, login screens, or third-party APIs. You can export your data any time and delete it any time.
PERMISSIONS EXPLAINED
âą activeTab, tabs â to inject the highlighter into the page you are reading, and to focus the existing Lumina PDF viewer tab when you click a highlight in the sidebar (no duplicate tab).
âą storage â to remember your last-used color, theme, and view-mode choice across sessions.
âą webNavigation â to detect PDF navigations and redirect them to Lumina's bundled viewer (Firefox's built-in PDF viewer does not expose a text layer that extensions can read for highlighting).
âą host_permissions <all_urls> â so highlighting works on every site you visit. Lumina makes no network requests of its own.
WHY LUMINA
âą Works the same on web pages and PDFs â one tool for the whole web.
âą Five highlight colors plus a screen-reader-friendly colour label on every highlight (the <mark> element carries an aria-label like "Highlighted in yellow: <excerpt>") so colourblind and AT users get the colour dimension even when the visual overlay alone isn't enough.
âą Markdown notes on every highlight (bold, italic, inline code).
âą Sidebar with full-text search, export, import, and one-click clear.
âą Keyboard shortcuts for power users.
âą 100% local storage. Your highlights never leave your browser.
WEB PAGE HIGHLIGHTING
âą Highlight any selection on any site with five colors: yellow, green, blue, pink, orange.
âą Hover a highlight to see its note in a tooltip.
âą Click a highlight to change color, edit the note, or delete it.
⹠Robust anchoring: highlights survive page re-renders, SPA navigation, and lazy-loaded content thanks to a three-part anchor chain (text position, text quote with ±32-character context, and a CSS-selector fallback).
âą Built for modern JavaScript apps â a mutation observer re-restores highlights when new content appears.
PDF HIGHLIGHTING
âą PDFs open in a bundled Lumina viewer (Mozilla's PDF.js). No external requests for viewer code.
âą Select text inside any PDF and highlight it with the same five-color palette.
âą Highlights are anchored to the page offset and a text-quote fallback, so they reappear when you reopen the document. Anchors Lumina cannot resolve are surfaced as "orphaned" rather than silently dropped.
âą Sidebar shows a "Page N" badge on every PDF entry and a jump-to-page action that reopens the PDF scrolled to the highlight.
âą Works on https://, http://, and file:// PDFs. Local file:// PDFs require file-scheme access granted via about:addons â Lumina â Permissions â "Access your data for all websites" / file-URL toggle.
NOTES AND ANNOTATIONS
âą Attach a markdown note to any highlight.
âą Inline formatting: bold, italic,
code. Unpaired markers render as literal characters so prose like "5 * 3 = 15" is preserved.âą Edit or delete notes from the in-page editor or the sidebar.
SIDEBAR
âą Two views, one toggle: "This page" lists highlights on your current tab; "All" groups every highlight you've ever made by document, sorted by most recently visited, so you can revisit a passage you saved weeks ago without remembering which tab you were on.
âą Full-text search across quotes, notes, and document titles.
âą Export your library as JSON, import from a backup, or clear everything with a guarded confirmation. Imports offer Replace or Merge modes.
âą Click any entry to scroll the page to that highlight. PDF entries scroll the bundled viewer to the page first; a brief "Loading pageâŠ" toast appears if the render takes more than a second.
âą Theme (system / light / dark) and view mode are persisted across sessions.
âą Opens from the sidebar launcher in the Firefox toolbar (the panel icon), or from View â Sidebar â Lumina.
KEYBOARD SHORTCUTS
âą Ctrl + Shift + H â highlight the current selection with your last-used color.
âą Ctrl + Shift + L â open the Lumina sidebar.
âą If another extension or Firefox command has claimed these combos, rebind them via about:addons â Lumina â ⊠menu â "Manage Extension Shortcuts".
PRIVACY
Lumina runs entirely on your device. Highlights, notes, color choices, and settings are stored in IndexedDB (plus a handful of settings keys in browser.storage.local) and never leave your browser. There are no analytics, telemetry pings, login screens, or third-party APIs. You can export your data any time and delete it any time.
PERMISSIONS EXPLAINED
âą activeTab, tabs â to inject the highlighter into the page you are reading, and to focus the existing Lumina PDF viewer tab when you click a highlight in the sidebar (no duplicate tab).
âą storage â to remember your last-used color, theme, and view-mode choice across sessions.
âą webNavigation â to detect PDF navigations and redirect them to Lumina's bundled viewer (Firefox's built-in PDF viewer does not expose a text layer that extensions can read for highlighting).
âą host_permissions <all_urls> â so highlighting works on every site you visit. Lumina makes no network requests of its own.
Noté 0 par 1 personne
Autorisations et données
Autorisations nécessaires :
- Accéder aux onglets du navigateur
- AccĂ©der Ă lâactivitĂ© du navigateur pendant la navigation
- Accéder à vos données pour tous les sites web
Autorisations facultatives :
- Accéder à vos données pour tous les sites web
Collecte de données :
- Le dĂ©veloppeur indique que cette extension nâa pas besoin de collecter de donnĂ©es.
Plus dâinformations
- Liens du module
- Version
- 1.5.2
- Taille
- 986,77Â Ko
- DerniĂšre mise Ă jour
- il y a 7 jours (9 mai 2026)
- Catégories associées
- Licence
- Licence MIT
- Historique des versions
- Ajouter Ă la collection