ETI Search Firefox

Examine source code of ETI Search

Inspect and view changes in ETI Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ETI Search",
  "version": "3.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{26cb6025-d831-47a6-be27-bb1662653e1f}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Add context menu options to search in ETI webpage or PIM.",
  "homepage_url": "https://www.etigroup.eu/",
  "icons": {
    "48": "png/Logo_128.png",
    "96": "png/Logo_128.png",
    "128": "png/Logo_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "bookmarks",
    "storage"
  ],
  "host_permissions": [
    "https://www.etigroup.eu/*",
    "https://pim.etigroup.eu/*"
  ],
  "action": {
    "default_icon": "png/Logo_128.png",
    "default_title": "ETI Search",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://pim.etigroup.eu/*"
      ],
      "js": [
        "injection/pim.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best ETI Search Alternatives

Here are some Firefox add-ons that are similar to ETI Search: