Context Currency Converter Mod

Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "[email protected]",
  "background": {
    "scripts": [
      "back.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html",
    "default_title": "Currency Converter Mod"
  },
  "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Context Currency Converter Mod",
  "permissions": [
    "tabs",
    "contextMenus",
    "clipboardRead",
    "http://openexchangerates.org/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}