Ctrl-F Plus: Ctrl + F Search Across All Tabs Firefox

Examine source code of Ctrl-F Plus: Ctrl + F Search Across All Tabs

提供元: Ctrl-F Plus Add-on
Inspect and view changes in Ctrl-F Plus: Ctrl + F Search Across All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ctrl-F Plus: Ctrl + F Search Across All Tabs",
  "short_name": "Ctrl-F Plus",
  "description": "Find words and phrases across ALL your open tabs! 🔍",
  "version": "1.0.13",
  "author": "Ctrl-F Plus",
  "homepage_url": "https://ctrl-f.plus",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F",
        "linux": "Ctrl+Shift+F"
      },
      "description": "Start the extension"
    }
  },
  "background": {
    "service_worker": "background/index.js",
    "scripts": [
      "background/index.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/layover.js",
        "content/highlightStyles.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content/escapeRelay.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ctrl-f-plus@ctrl-f.plus",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのCtrl-F Plus: Ctrl + F Search Across All Tabs代替案

Ctrl-F Plus: Ctrl + F Search Across All Tabsに類似したFirefox add-onをいくつか紹介します: