Find & Replace for WorldServer Firefox

Examine source code of Find & Replace for WorldServer

Inspect and view changes in Find & Replace for WorldServer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Find & Replace",
  "version": "1.3",
  "description": "Find and replace for WorldServer Browser Workbench — step-through, history, undo, live preview, scope filter.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "*://ws01.apple.com/*",
    "*://ws02.corp.apple.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://ws01.apple.com/ws-legacy/browser_workbench*",
        "*://ws02.corp.apple.com/ws-legacy/browser_workbench*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "toggle-panel": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "MacCtrl+Shift+H"
      },
      "description": "Toggle Find & Replace panel"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "findreplace-personal@ws01",
      "strict_min_version": "109.0"
    }
  }
}

Melhores alternativas Find & Replace for WorldServer

Aqui estão algumas Firefox add-ons que são similares a Find & Replace for WorldServer: