QR Code Sender - URL, SMS, Wifi, etc

QR Code Sender - URL, SMS, Wifi, etc

You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QR Code Sender - URL, SMS, Wifi, etc",
  "short_name": "QR Code Sender",
  "default_locale": "ko",
  "description": "__MSG_extDescription__",
  "version": "0.8",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "index.html",
    "default_title": "QR Code Sender - URL, SMS, Wifi, etc"
  },
  "permissions": [
    "activeTab"
  ]
}