VerbalMemoryCN

VerbalMemoryCN

HumanBenchmark Verbal Memory Chinese DLC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "VerbalMemoryCN",
  "version": "1.0.0",
  "description": "HumanBenchmark Verbal Memory Chinese DLC",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_titile": "VerbalMemoryCN"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://humanbenchmark.com/tests/verbal-memory/*"
      ],
      "js": [
        "jquery-min-3.3.1.js",
        "myscript.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}