Sensitive Search
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-15.
Perform a case-sensitive search in Chrome
This extension enables you to perform case-sensitive searches in the Chrome browser. Simply navigate to the page you want to search and click "Sensitive Search".
Latest reviews
Doesn't do anything
Non functional
Doesn't work, at least on https://technet.microsoft.com/en-us/library/cc732443(v=ws.11).aspx it still search case insensitive
does not do anything.
Doesn't do anything. Tried on a large page of XML.
There is a bug :/ After first search, try finding wider range of the same text. Second search will always fail because of added <span>'s after first search. Possible fix could be: var spans = document.getElementsByClassName('labnol'); while (spans && spans.length) { for (var i = 0; i < spans.length; i++) { spans[i].parentNode.innerHTML = spans[i].parentNode.innerHTML.replace(spans[i].outerHTML, spans[i].innerHTML); } spans = document.getElementsByClassName('labnol'); }
Highlights matches but does not use 'next' and 'previous' arrow like the default search. Those are essential for long texts.