A QR Code Generator Firefox

Examine source code of A QR Code Generator

By: Mason
Inspect and view changes in A QR Code Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "A QR Code Generator",
  "version": "3.0",
  "author": "Mohsen Hajihosseinnejad",
  "description": "Generate a QR code from selected text or the page URL.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Q",
        "mac": "Alt+Q"
      },
      "description": "Generate QR code"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "Generate QR Code"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f365e6c-e4cb-4def-9036-5c00a0ce28ab}"
    }
  }
}

Best A QR Code Generator Alternatives

Here are some Firefox add-ons that are similar to A QR Code Generator: