Calculator Search

Calculator Search

With this addon, you can get instant answers to math queries as you type in the addressbar. Simply type "calc" and your math query. Supports order of operations! Limitations: does not support parenthesis notation, some more complex operations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "calculator-search@isaac-newt",
      "strict_min_version": "52.0"
    }
  },
  "manifest_version": 2,
  "name": "Calculator Search",
  "version": "0.0.3resigned1",
  "description": "get quick answers to basic math queries in the Awesomebar",
  "permissions": [],
  "omnibox": {
    "keyword": "calc"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}