Javascript Shell

Javascript Shell

Javascript shell on page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Javascript Shell",
  "description": "Javascript shell on page.",
  "version": "1.2",
  "background": {
    "scripts": [
      "background.js",
      "javascript-shell.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Javascript Shell",
    "default_icon": "print_16x16.png"
  },
  "manifest_version": 2
}