Address bar math

Address bar math

Do super fast math in the address bar with support for all sorts of functions! Just type "m@ " in the address bar and then your equation. Brings Firefox's address bar's functionality closer to Chrome's omnibox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Address bar math",
  "author": "Benjamin Cooper",
  "version": "1.2",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "Do super fast math in the address bar with support for all sorts of functions!",
  "omnibox": {
    "keyword": "m@"
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  }
}