SearchSync Pro Firefox

Examine source code of SearchSync Pro

Inspect and view changes in SearchSync Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SearchSync Pro",
  "version": "1.0",
  "description": "Sync search history and preferences across multiple devices",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "history",
    "tabs",
    "search"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/search_enhancer.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "searchsyncpro@example.com"
    }
  }
}

Meilleures alternatives SearchSync Pro

Voici quelques Firefox add-ons qui sont similaires à SearchSync Pro :