QR Code Generator Firefox

Examine source code of QR Code Generator

Inspect and view changes in 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": "QR Code Generator",
  "version": "1.0",
  "description": "Genera un QR Code della pagina attuale",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "info@gabrielerusso.it",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "48": "icon.png"
  }
}

Meilleures alternatives QR Code Generator

Voici quelques Firefox add-ons qui sont similaires à QR Code Generator :