MoneyControl It

MoneyControl It

Get Stock Price, Share Price, News, Results of this Scrip on MoneyControl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "MoneyControl It",
  "description": "Get Stock Price, Share Price, News, Results of this Scrip on MoneyControl",
  "version": "0.1",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "32": "favicon.ico"
  },
  "background": {
    "scripts": [
      "mcit.js"
    ]
  },
  "manifest_version": 2
}