SearchSync Pro Firefox

Examine source code of SearchSync Pro

제작자: SearchSync Pro Add-on
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"
    }
  }
}

최고의 SearchSync Pro 대안

다음은 SearchSync Pro과(와) 유사한 Firefox add-on입니다: