Browser extension for Ordnett Pluss

Browser extension for Ordnett Pluss

Allows you to search in the dictionary software Ordnett Pluss directly from your browser.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "version": "1.0.1",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "icons": {
    "128": "opchrome128.png"
  },
  "background": {
    "page": "wcxbckg.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "wcx_ctxmenu.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}