Compare Chrome extensions: Android SDK Search vs Multi-highlight

Stats Android SDK Search Android SDK Search Multi-highlight Multi-highlight
User count 4,000+ 202,042+
Average rating 4.42 4.10
Rating count 19 539
Last updated 2019-04-09 2020-06-17
Size 187.39K 60.78K
Version 1.4.1.0 1.21
Short description
Adds an 'ad' Omnibox command and 'view source' links for the Android SDK Search and highlight multiple words on web pages.
Full summary

This very simple extension does two things:

  1. Adds an 'ad' command to the Chrome Omnibox. For example, typing 'ad ViewGro' will bring up a list of all class names in the Android SDK matching 'ViewGro'—selecting a list item navigates to the relevant Android SDK Reference URL on developer.android.com.

  2. Adds a 'view source' link next to the SDK class name for class reference pages on developer.android.com. Clicking this link navigates to the relevant source file on android.googlesource.com.

Source code available at https://github.com/JakeWharton/SDKSearch

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