Quick Maths Firefox

Examine source code of Quick Maths

Inspect and view changes in Quick Maths source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Quick Maths",
  "version": "1.4",
  "description": "A persistent tiny calculator for quick maths!",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "src/popup.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/load.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+M",
        "mac": "Alt+Shift+M",
        "chromeos": "Alt+Shift+M",
        "linux": "Alt+Shift+M"
      }
    }
  },
  "icons": {
    "128": "static/icon128.png"
  },
  "browser_action": {
    "default_icon": "static/icon.png",
    "default_title": "Quick Maths"
  },
  "permissions": [
    "https://api.gumroad.com/v2/licenses/verify",
    "storage",
    "<all_urls>",
    "activeTab"
  ]
}

최고의 Quick Maths 대안

다음은 Quick Maths과(와) 유사한 Firefox add-on입니다: