Text Pattern Finder Firefox

Examine source code of Text Pattern Finder

Por: Kamikey
Inspect and view changes in Text Pattern Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Pattern Finder",
  "version": "1.0.0",
  "description": "Find and highlight text patterns on web pages with customizable search criteria and visual indicators.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Pattern Finder",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{58f8aa93-5022-4f84-b46a-1230f676eae2}"
    }
  }
}

Melhores alternativas Text Pattern Finder

Aqui estão algumas Firefox add-ons que são similares a Text Pattern Finder: