jQuery Inject

jQuery Inject

Injects jQuery in the page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "jquery_icon19.png",
      "38": "jquery_icon38.png"
    },
    "default_title": "Click to inject"
  },
  "options_page": "options.html",
  "description": "Injects jQuery in the page.",
  "icons": {
    "16": "jquery_16.png",
    "48": "jquery_48.png",
    "64": "jquery_64.png",
    "128": "jquery_128.png"
  },
  "manifest_version": 2,
  "name": "jQuery Inject",
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "version": "1.1.0"
}