Anywhere Calculator

Anywhere Calculator

This extension brings a calculator to any page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anywhere Calculator",
  "short_name": "Anywhere Calc",
  "version": "1.2",
  "description": "This extension brings a calculator to any page.",
  "icons": {
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_popup": "popup.html"
  }
}