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.
What is QR Code Sender - URL, SMS, Wifi, etc?
QR Code Sender - URL, SMS, Wifi, etc is a Chrome extension developed by https://xenosi.de, and its main feature is "You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.".
Extension Screenshots
Download QR Code Sender - URL, SMS, Wifi, etc Extension CRX File
Download QR Code Sender - URL, SMS, Wifi, etc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
Extension Basic Information
Name | QR Code Sender - URL, SMS, Wifi, etc |
ID | gahnhihmambbhkolajmjohaeoheedmal |
Official URL | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
Description | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
File Size | 15.16 KB |
Installation Count | 256 |
Current Version | 0.8 |
Last Updated | 2022-09-27 |
Publish Date | 2020-09-10 |
Developer | https://xenosi.de |
[email protected] | |
Payment Type | free |
Extension Website | https://urlopen.link/qr/ |
Privacy Policy Page URL | https://xenosi.de/privacyext.html |
Supported Languages | en,ko |
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": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.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" ] } |