Compare Chrome extensions: Omnibox for Chromium Developers vs Multi-highlight

Stats Omnibox for Chromium Developers Omnibox for Chromium Developers Multi-highlight Multi-highlight
User count 423 202,042+
Average rating 4.57 4.10
Rating count 7 539
Last updated 2018-03-12 2020-06-17
Size 23.28K 60.78K
Version 15 1.21
Short description
Chromium search tools in the Omnibox Search and highlight multiple words on web pages.
Full summary

This extension adds Chromium search+autocomplete tools to the Omnibox.

Type 'cr' in the omnibox, then a command:

  • a: or author: <author> - Commits by author.
  • b: or bug: <keyword or ID> - Your bugs (search "commentby:me") or a bug ID ("12345" or "v8:12345").
  • cs: <search> - Chromium code (this is the default).
  • r: or rev: <revision> - Chromium revision.

Source code available at https://github.com/kalman/chrome-extensions/tree/master/omni-chromium

Can do for you:

  • Highlight multiple english words on all pages. (whole word matching for english words, currently)
  • Your words will be saved.
  • Needs to refresh opened pages after install this extension.

If you love it, you can support it on Patreon (https://www.patreon.com/alexius_lee) or donate via PayPal (https://www.paypal.me/alexiuslee)

Change log:

  • 1.21 - Remove tracelog codes (which has stopped receiving years ago).
  • 1.12~1.20 - Bug fix.
  • 1.11 - Temporary rollback to v1.7.
  • 1.10 - Change: Skip "content editable" elements; Support single letter non-english words.
See more