QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
Что такое QRtag.net - The QR Code Generator?
QRtag.net - The QR Code Generator - это расширение Chrome, разработанное https://www.qrtag.net, и его основная функция - "Generates an QR Code of the current page.".
Снимки экрана расширения
Скачать файл CRX расширения QRtag.net - The QR Code Generator
Скачайте файлы расширений QRtag.net - The QR Code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)
Основная информация о расширении
Название | QRtag.net - The QR Code Generator |
ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
Официальный URL | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
Описание | Generates an QR Code of the current page. |
Размер файла | 31.27 KB |
Количество установок | 42 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2020-07-17 |
Дата публикации | 2019-11-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://www.qrtag.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.qrtag.net/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRtag.net - The QR Code Generator", "short_name": "QRtag.net", "description": "Generates an QR Code of the current page.", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "icon_256.png", "512": "icon_512.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |