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 - это расширение Chrome, разработанное https://xenosi.de, и его основная функция - "You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.".
Снимки экрана расширения
Скачать файл CRX расширения QR Code Sender - URL, SMS, Wifi, etc
Скачайте файлы расширений 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" ] } |