Search All Tabs (Simple but Fast)

Search All Tabs (Simple but Fast)

Search the title and body content of all open tabs for specific text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Search All Tabs (Simple but Fast)",
  "version": "0.0.3",
  "description": "Search the title and body content of all open tabs for specific text.",
  "author": "ericchase",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {},
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "minimum_chrome_version": "120",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7gIciRSJjVge9AbVDhCS1HNrSffjoUBaXctNFPLjqGf5br/a4PsC4mFA5AaxblieeYYCpE47keqYVuq6bjV3e9rGQKzuPhwyK2IustaJO+GmpswQ86LhkzrTgxERKrjqMltG6ghIeGY/3qzc6IekV2gy0M1APMnsmA9kAm8rorS2yK21jq0913wQlxfsQJN/2gKRxUn+fPBD62RZduLD08cug78dGRYuiofPvO6+TE7AKyGTRqnDG33/A07MyFXY7PE42o1ChIoMYLJ7qb7CkjLbvf4eEYmduIhb/e/BVll3LJbhIPBfhge4aVi7pM9eIsXR+FKBaTQKt7Z5tkZRQIDAQAB"
}