Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Highlighter for Chrome", "short_name": "Web Highlighter", "version": "1.1.1", "description": "Easily highlight key points on any webpage with your mouse using Web Highlighter for Chrome, with customizable colors.", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": "HighlightFlex-icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-google.js" ], "css": [ "styles.css" ] } ] }