QR URL Transfer
Transfer a web page address to a smartphone using QR-code
Что такое QR URL Transfer?
QR URL Transfer - это расширение Chrome, разработанное Eoos Ventures, и его основная функция - "Transfer a web page address to a smartphone using QR-code".
Снимки экрана расширения
Скачать файл CRX расширения QR URL Transfer
Скачайте файлы расширений QR URL Transfer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
Основная информация о расширении
Название | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Официальный URL | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Описание | Transfer a web page address to a smartphone using QR-code |
Размер файла | 63.23 KB |
Количество установок | 83 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2018-02-10 |
Дата публикации | 2018-02-10 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Eoos Ventures |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |