Sensitive Search icon

Sensitive Search

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

Extension Actions

CRX ID
lmkiknflakipndgbpihmjmcbenedebfg
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

Perform a case-sensitive search in Chrome

Image from store
Sensitive Search
Description from store

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

Krishna Kumar
Doesn't do anything
Anonymous
Non functional
Bartłomiej Żogała
Doesn't work, at least on https://technet.microsoft.com/en-us/library/cc732443(v=ws.11).aspx it still search case insensitive
shabbathanks
does not do anything.
Chris Watson
Doesn't do anything. Tried on a large page of XML.
Adixan Kowalski
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'); }
Chip McCormick
Highlights matches but does not use 'next' and 'previous' arrow like the default search. Those are essential for long texts.