Quick Math New Tab Firefox

Examine source code of Quick Math New Tab

Inspect and view changes in Quick Math New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Math New Tab",
  "short_name": "Quick Math N",
  "version": "1.0.0",
  "description": "Opening a calculator app breaks flow. This puts a smart calculator in every new tab with history, unit conversions, and percentage c",
  "author": "ForgeX",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Quick Math New Tab",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick_math_tab@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Melhores alternativas Quick Math New Tab

Aqui estão algumas Firefox add-ons que são similares a Quick Math New Tab: