Highlight All Occurrences
Hold CTRL and select a text to highlight all occurrences of the text on entire page
What is Highlight All Occurrences?
Highlight All Occurrences is a Chrome extension developed by Unknown, and its main feature is "Hold CTRL and select a text to highlight all occurrences of the text on entire page".
Extension Screenshots
Download Highlight All Occurrences Extension CRX File
Download Highlight All Occurrences extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
version 1.6: - hotfix version 1.5: - refreshed icon version 1.4: - Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F version 1.3: - Fixed bugs introduced in version 1.2 version 1.2: - Fixed problem with locked CTRL key - Fixed problem with re-highlighting the same text - Added support for macOS
Extension Basic Information
Name | Highlight All Occurrences |
ID | odhbnpahcahiihjfkmdnnallndmmibpk |
Official URL | https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk |
Description | Hold CTRL and select a text to highlight all occurrences of the text on entire page |
File Size | 53.4 KB |
Installation Count | 1,279 |
Current Version | 1.6 |
Last Updated | 2018-10-09 |
Publish Date | 2018-10-09 |
Rating | 3.72/5 Total 18 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://radkoncy.wordpress.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight All Occurrences", "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page", "icons": { "128": "ico128.png", "16": "ico16.png", "32": "ico32.png", "48": "ico48.png" }, "version": "1.6", "browser_action": { "default_icon": { "19": "ico19.png", "38": "ico38.png" }, "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ " |