The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Что такое The QRL Extension?
The QRL Extension - это расширение Chrome, разработанное RohanDengle, и его основная функция - "URL to QR code developed for easy transfer of sites from Computer to mobile.".
Снимки экрана расширения
Скачать файл CRX расширения The QRL Extension
Скачайте файлы расширений The QRL Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!
Основная информация о расширении
Название | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
Официальный URL | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Описание | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Размер файла | 18.13 KB |
Количество установок | 57 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-08-10 |
Дата публикации | 2020-08-10 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | RohanDengle |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The QRL Extension", "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.", "version": "1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab" ], "offline_enabled": true, "browser_action": { "default_icon": "16x16.png", "default_popup": "popup.html" } } |