English Vocabulary Card Creator (ankiweb.net)

English Vocabulary Card Creator (ankiweb.net)

Facilitates creation of English vocabulary cards on the ankiweb.net website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "web_accessible_resources": [
    "ajax-loader.gif"
  ],
  "name": "English Vocabulary Card Creator (ankiweb.net)",
  "version": "1.1.1",
  "description": "Facilitates creation of English vocabulary cards on the ankiweb.net website",
  "icons": {
    "16": "ankiweb.net.128.png",
    "48": "ankiweb.net.48.png",
    "128": "ankiweb.net.16.png"
  },
  "permissions": [
    "tabs",
    "http://dictionary.apphb.com/*",
    "http://corpus.byu.edu/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://ankiweb.net/edit/*"
      ],
      "js": [
        "jquery.tools.min.js",
        "jquery.BlockUI.js",
        "contentscript.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ]
}