Online QR Code Generator
Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now!
Что такое Online QR Code Generator?
Online QR Code Generator - это расширение Chrome, разработанное https://www.online-qrcode-generator.com, и его основная функция - "Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now!".
Снимки экрана расширения
Скачать файл CRX расширения Online QR Code Generator
Скачайте файлы расширений Online QR Code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Online QR Code Generator is a free online real-time QR code generation solution that automatically obtains the QR code of the current address. Start creating your QR code now!
Основная информация о расширении
Название | Online QR Code Generator |
ID | ldkfghicdollojhmldmphpkojbkifekd |
Официальный URL | https://chromewebstore.google.com/detail/online-qr-code-generator/ldkfghicdollojhmldmphpkojbkifekd |
Описание | Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now! |
Размер файла | 326 KB |
Количество установок | 10,997 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2022-11-08 |
Дата публикации | 2022-11-07 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | https://www.online-qrcode-generator.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.online-qrcode-generator.com/ |
URL страницы помощи | https://www.online-qrcode-generator.com/What-is-a-QR-Code |
URL страницы политики конфиденциальности | https://www.onlineconvert.com/privacy-policy |
Поддерживаемые языки | id,de,en,en-GB,en-US,fr,nl,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "Online QRCode Converter", "description": "__MSG_extDesc__", "version": "1.0.2", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "popup.html", "default_icon": ".\/img\/qrcode-generator.png" }, "icons": { "128": ".\/img\/qrcode-generator.png" }, "permissions": [ "tabs" ] } |