Screen QR Reader
Read the QR code on the screen.
Что такое Screen QR Reader?
Screen QR Reader - это расширение Chrome, разработанное tk0111, и его основная функция - "Read the QR code on the screen.".
Снимки экрана расширения
Скачать файл CRX расширения Screen QR Reader
Скачайте файлы расширений Screen QR Reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.
Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion Основная информация о расширении
| Название | |
| ID | ekoaehpknadfoaolagjfdefeopkhfhln |
| Официальный URL | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
| Описание | Read the QR code on the screen. |
| Размер файла | 131 KB |
| Количество установок | 3,000 |
| Текущая Версия | 0.1.2 |
| Последнее Обновление | 2023-01-31 |
| Дата публикации | 2023-01-28 |
| Рейтинг | 3.40/5 Всего 5 оценок |
| Разработчик | tk0111 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://tkobayashi0111.github.io/webext-privacy-policy |
| Поддерживаемые языки | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Screen QR Reader",
"default_locale": "en",
"description": "__MSG_Description__",
"version": "0.1.2",
"version_name": "0.1.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "src\/popup\/popup.html"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |