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 |
官方網址 | 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" ] } |