SearchAllTabs is built with a local‑first, privacy‑by‑design philosophy. We do not collect, transmit, or sell personal data.
chrome.storage.local
.When you run a search, the extension temporarily reads the text content of your open web pages to find matches. This access is required to provide the core functionality and is not used for any other purpose.
All data is stored locally via chrome.storage.local
. You can clear it from the extension’s options or by removing/clearing the extension’s data in your browser.
chrome.scripting
into relevant tabs to locate text and generate a short, sanitized snippet for display."tabs"
: List open tabs and focus the one you choose."scripting"
: Inject the temporary search/highlight logic into pages when you search."storage"
: Save settings and optional recent searches locally."host_permissions"
(http://*/*
, https://*/*
): Required to read page text across sites. Access is used only while you actively search.The extension does not send your content to any server and does not make unsolicited network requests. Links you choose to open (e.g., help pages) simply open in your browser and are not tracked by the extension.
We do not share, sell, or rent your data to anyone.
This extension does not target children and does not knowingly collect personal information.
We may update this policy as the extension evolves. Material changes will be reflected here with an updated effective date. Any optional telemetry will remain opt‑in and clearly explained in settings before activation.
For privacy questions or support, please use the Support or “Report an issue” links on the extension’s Chrome Web Store listing.