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.
什么是QR Code Sender - URL, SMS, Wifi, etc?
QR Code Sender - URL, SMS, Wifi, etc是由https://xenosi.de开发的Chrome扩展程序,该扩展的主要功能是“You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.”。
扩展截图
下载QR Code Sender - URL, SMS, Wifi, etc扩展crx文件
下载QR Code Sender - URL, SMS, Wifi, etc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
扩展基本信息
名称 | QR Code Sender - URL, SMS, Wifi, etc |
ID | gahnhihmambbhkolajmjohaeoheedmal |
官方URL | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
简介 | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
文件大小 | 15.16 KB |
安装次数 | 256 |
当前版本 | 0.8 |
更新时间 | 2022-09-27 |
上架时间 | 2020-09-10 |
开发者 | https://xenosi.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://urlopen.link/qr/ |
隐私政策页面URL | https://xenosi.de/privacyext.html |
支持的语言 | 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" ] } |