QR Code Generator for Current Page Address

QR Code Generator for Current Page Address

Simple QR Code Generator for current page address, so you can open same page in other devices or share it or ... you imagine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QR Code Generator for Current Page Address",
  "short_name": "QRCodePage",
  "description": "Simple QR Code Generator for current page address, so you can open same page in other devices or share it or ... you imagine.",
  "author": "Mazdak Zamanipour",
  "offline_enabled": true,
  "incognito": "split",
  "version": "1.3",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Generate",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  }
}