RedCode , URL to QR code

RedCode , URL to QR code

RedCode Extension, make the current page URL to QR code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.1.0",
  "icons": {
    "19": "img/ico19.png",
    "48": "img/ico48.png",
    "128": "img/ico.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "img/ico19.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "homepage_url": "https://www.extmanager.com/detail/hkffcifnhmgfljkgpcideelklglfcegh.html",
  "update_url": "http://clients2.google.com/service/update2/crx"
}