Quick QR Firefox

Examine source code of Quick QR

Inspect and view changes in Quick QR source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick QR",
  "version": "1.0.0",
  "description": "Generate QR codes instantly from selected text or current page URL for easy sharing across devices",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Quick QR Generator"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c226466-e549-4cb2-ae7c-104ba2088fb2}"
    }
  }
}

Best Quick QR Alternatives

Here are some Firefox add-ons that are similar to Quick QR: