Multi-Keyword Highlighter (多词高亮查找) Firefox

Examine source code of Multi-Keyword Highlighter (多词高亮查找)

By: ivean
Inspect and view changes in Multi-Keyword Highlighter (多词高亮查找) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Multi-Keyword Highlighter (多词高亮查找)",
  "version": "6.1",
  "description": "Multi-Keyword Highlighter -Search or Find & Highlight. 高效批量查找并高亮多关键词,支持实时查找、模糊匹配、文档分布预览、智能剪贴板读取及自动深色模式。",
  "permissions": [
    "storage",
    "clipboardRead"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "点击打开/关闭搜索面板"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "MultiKeywordHighlighter@ivean.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Multi-Keyword Highlighter (多词高亮查找) Alternatives

Here are some Firefox add-ons that are similar to Multi-Keyword Highlighter (多词高亮查找):