By: Marius Bongarts
Inspect and view changes in Web Highlights: PDF & Web Highlighter + Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Web Highlights: PDF & Web Highlighter + Notes",
"description": "Productivity Highlighter & Annotation Tool for Websites & PDFs with AI Summary - free, easy to use, no sign-up required.",
"short_name": "Web Highlights",
"version": "13.0.32",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "firefox@web-highlights.com"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-loader.js"
]
}
],
"icons": {
"16": "./assets/marker-icon-16x16.png",
"128": "./assets/marker-icon.png"
},
"action": {},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
{
"resources": [
"pdf/*"
],
"matches": [
"https://web-highlights.com/*",
"https://pre.web-highlights.com/*",
"http://localhost:8081/*"
]
},
{
"resources": [
"content.js",
"@webhighlights/shared-components/dist/account-info/index.js",
"@webhighlights/shared-components/dist/add-content/index.js",
"@webhighlights/shared-components/dist/ai-chat/index.js",
"@webhighlights/shared-components/dist/ai-summary/index.js",
"@webhighlights/shared-components/dist/ai-summary-btn/index.js",
"@webhighlights/shared-components/dist/anonymous-pdf-banner/index.js",
"@webhighlights/shared-components/dist/app-view/index.js",
"@webhighlights/shared-components/dist/app-view-overlay/index.js",
"@webhighlights/shared-components/dist/article-cards/index.js",
"@webhighlights/shared-components/dist/auth/index.js",
"@webhighlights/shared-components/dist/avatar/index.js",
"@webhighlights/shared-components/dist/backup-or-sync-prompt/index.js",
"@webhighlights/shared-components/dist/blacklisted-urls/index.js",
"@webhighlights/shared-components/dist/bookmark-details/index.js",
"@webhighlights/shared-components/dist/bookmark-item/index.js",
"@webhighlights/shared-components/dist/bookmark-preview/index.js",
"@webhighlights/shared-components/dist/bookmark-preview-highlights-notes-info/index.js",
"@webhighlights/shared-components/dist/cancel-subscription/index.js",
"@webhighlights/shared-components/dist/change-color-mode/index.js",
"@webhighlights/shared-components/dist/change-email-form/index.js",
"@webhighlights/shared-components/dist/chrome-rating-prompt/index.js",
"@webhighlights/shared-components/dist/chrome-settings/index.js",
"@webhighlights/shared-components/dist/clipboard-button/index.js",
"@webhighlights/shared-components/dist/collection-picker-popup/index.js",
"@webhighlights/shared-components/dist/color-picker/index.js",
"@webhighlights/shared-components/dist/contribution-graph/index.js",
"@webhighlights/shared-components/dist/create-bookmark/index.js",
"@webhighlights/shared-components/dist/datetimepicker/index.js",
"@webhighlights/shared-components/dist/delete-account-form/index.js",
"@webhighlights/shared-components/dist/delete-entity-list/index.js",
"@webhighlights/shared-components/dist/dialog/index.js",
"@webhighlights/shared-components/dist/discount-info/index.js",
"@webhighlights/shared-components/dist/documents-list/index.js",
"@webhighlights/shared-components/dist/dots-menu/index.js",
"@webhighlights/shared-components/dist/dropdown/index.js",
"@webhighlights/shared-components/dist/entity-grid/index.js",
"@webhighlights/shared-components/dist/expiry-info/index.js",
"@webhighlights/shared-components/dist/fallback-img/index.js",
"@webhighlights/shared-components/dist/favicon/index.js",
"@webhighlights/shared-components/dist/feature-overview/index.js",
"@webhighlights/shared-components/dist/grid-new/index.js",
"@webhighlights/shared-components/dist/grid-toolbar/index.js",
"@webhighlights/shared-components/dist/highlight-item/index.js",
"@webhighlights/shared-components/dist/highlighter-mode-selector/index.js",
"@webhighlights/shared-components/dist/highlights-outline/index.js",
"@webhighlights/shared-components/dist/icon/index.js",
"@webhighlights/shared-components/dist/image-viewer/index.js",
"@webhighlights/shared-components/dist/image-with-fallback/index.js",
"@webhighlights/shared-components/dist/imprint/index.js",
"@webhighlights/shared-components/dist/invoices/index.js",
"@webhighlights/shared-components/dist/learning-btn/index.js",
"@webhighlights/shared-components/dist/learning-dashboard/index.js",
"@webhighlights/shared-components/dist/learning-reminder/index.js",
"@webhighlights/shared-components/dist/learning-settings/index.js",
"@webhighlights/shared-components/dist/learning-streak-overview/index.js",
"@webhighlights/shared-components/dist/learning-streak-stats/index.js",
"@webhighlights/shared-components/dist/learning-teaser/index.js",
"@webhighlights/shared-components/dist/legal-footer/index.js",
"@webhighlights/shared-components/dist/like-button/index.js",
"@webhighlights/shared-components/dist/link-preview/index.js",
"@webhighlights/shared-components/dist/loading/index.js",
"@webhighlights/shared-components/dist/loading-text/index.js",
"@webhighlights/shared-components/dist/lobby-container/index.js",
"@webhighlights/shared-components/dist/lobby-container-extension/index.js",
"@webhighlights/shared-components/dist/local-pdf-upload-prompt/index.js",
"@webhighlights/shared-components/dist/logo/index.js",
"@webhighlights/shared-components/dist/logo-animated/index.js",
"@webhighlights/shared-components/dist/mark-blockquotes-teaser/index.js",
"@webhighlights/shared-components/dist/mark-element/index.js",
"@webhighlights/shared-components/dist/mark-element-toolbar/index.js",
"@webhighlights/shared-components/dist/mark-media-item/index.js",
"@webhighlights/shared-components/dist/mark-preview/index.js",
"@webhighlights/shared-components/dist/marker/index.js",
"@webhighlights/shared-components/dist/media-type-dropdown/index.js",
"@webhighlights/shared-components/dist/media-type-dropdown-item/index.js",
"@webhighlights/shared-components/dist/media-type-menu/index.js",
"@webhighlights/shared-components/dist/modal/index.js",
"@webhighlights/shared-components/dist/notes-editor/index.js",
"@webhighlights/shared-components/dist/notifications-btn/index.js",
"@webhighlights/shared-components/dist/notifications-list/index.js",
"@webhighlights/shared-components/dist/onboarding-checklist/index.js",
"@webhighlights/shared-components/dist/page-content-preview/index.js",
"@webhighlights/shared-components/dist/payment-method/index.js",
"@webhighlights/shared-components/dist/pdf-hint/index.js",
"@webhighlights/shared-components/dist/popover/index.js",
"@webhighlights/shared-components/dist/popup-toolbox/index.js",
"@webhighlights/shared-components/dist/premium-benefits/index.js",
"@webhighlights/shared-components/dist/pricing/index.js",
"@webhighlights/shared-components/dist/privacy-policy/index.js",
"@webhighlights/shared-components/dist/reader/index.js",
"@webhighlights/shared-components/dist/recent-colors/index.js",
"@webhighlights/shared-components/dist/recently-opened-card/index.js",
"@webhighlights/shared-components/dist/recently-opened-gallery/index.js",
"@webhighlights/shared-components/dist/recommendation-item/index.js",
"@webhighlights/shared-components/dist/recommended-cover-card/index.js",
"@webhighlights/shared-components/dist/reminder/index.js",
"@webhighlights/shared-components/dist/reset-password/index.js",
"@webhighlights/shared-components/dist/resource-links/index.js",
"@webhighlights/shared-components/dist/search/index.js",
"@webhighlights/shared-components/dist/searchbar/index.js",
"@webhighlights/shared-components/dist/settings/index.js",
"@webhighlights/shared-components/dist/share-button/index.js",
"@webhighlights/shared-components/dist/share-social/index.js",
"@webhighlights/shared-components/dist/shortcut/index.js",
"@webhighlights/shared-components/dist/sidebar/index.js",
"@webhighlights/shared-components/dist/sign-up-prompt/index.js",
"@webhighlights/shared-components/dist/skeleton/index.js",
"@webhighlights/shared-components/dist/sync-indicator/index.js",
"@webhighlights/shared-components/dist/sync-info/index.js",
"@webhighlights/shared-components/dist/tag/index.js",
"@webhighlights/shared-components/dist/tags/index.js",
"@webhighlights/shared-components/dist/terms-of-service/index.js",
"@webhighlights/shared-components/dist/testimonial-item/index.js",
"@webhighlights/shared-components/dist/testimonials-grid/index.js",
"@webhighlights/shared-components/dist/toasts/index.js",
"@webhighlights/shared-components/dist/toggle-button/index.js",
"@webhighlights/shared-components/dist/tooltip/index.js",
"@webhighlights/shared-components/dist/tooltip-btn/index.js",
"@webhighlights/shared-components/dist/upgrade-deal-prompt/index.js",
"@webhighlights/shared-components/dist/upgrade-needed/index.js",
"@webhighlights/shared-components/dist/youtube-loading/index.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"contextMenus",
"storage",
"webRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"commands": {
"highlight-text": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Highlight Text"
},
"highlight-last-format": {
"suggested_key": {
"default": "Alt+A",
"mac": "Alt+A"
},
"description": "Highlight (Same format)"
},
"toggle-sidebar": {
"suggested_key": {
"default": "Alt+W",
"mac": "Alt+W"
},
"description": "Toggle Sidebar"
},
"toggle-bookmark": {
"suggested_key": {
"default": "Alt+B",
"mac": "Alt+B"
},
"description": "Save Bookmark"
}
}
} Best Web Highlights: PDF & Web Highlighter + Notes Alternatives
Here are some Firefox add-ons that are similar to Web Highlights: PDF & Web Highlighter + Notes:
Highlighter for the Web - Mark my Word
Mark my Word
Annotiq: Web Highlighter & Notes
Soko
Highlight text
Nazeli
Glow Highlighter
skrondr
Highlight Saver
Ice
Highlighter + Notes
Prateek
WebHighlighter
madison37
HiNote
Jackson
Marks: Text Highlighter
Myoungdo Park
Web Highlighter
NextFive
WuCai - Highlight, Annotation and Note
wucai