QR Clip and Scan
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
Что такое QR Clip and Scan?
QR Clip and Scan - это расширение Chrome, разработанное Haru Soft, и его основная функция - "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Снимки экрана расширения
Скачать файл CRX расширения QR Clip and Scan
Скачайте файлы расширений QR Clip and Scan в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Scan QR code in image in clipboard.
If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code. Основная информация о расширении
| Название | |
| ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
| Официальный URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
| Описание | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
| Размер файла | 66.58 KB |
| Количество установок | 5,692 |
| Текущая Версия | 0.0.0.1 |
| Последнее Обновление | 2020-10-28 |
| Дата публикации | 2020-10-28 |
| Рейтинг | 4.11/5 Всего 9 оценок |
| Разработчик | Haru Soft |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| URL страницы помощи | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Clip and Scan",
"version": "0.0.0.1",
"icons": {
"128": "icons\/icon.png"
},
"browser_action": {
"default_icon": {
"128": "icons\/icon.png"
},
"default_title": "QR Clip and Scan",
"default_popup": "popup\/popup.html",
"browser_style": false
},
"permissions": [
"tabs",
"clipboardRead"
]
} | |