Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Что такое Copy URL?
Copy URL - это расширение Chrome, разработанное viveksinghggits, и его основная функция - "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Снимки экрана расширения
Скачать файл CRX расширения Copy URL
Скачайте файлы расширений Copy URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
Основная информация о расширении
Название | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
Официальный URL | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Описание | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Размер файла | 8.12 KB |
Количество установок | 30 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-06-09 |
Дата публикации | 2018-06-09 |
Разработчик | viveksinghggits |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |