Screen QR Reader

Read the QR code on the screen.

O que é Screen QR Reader?

Screen QR Reader é uma extensão do Chrome desenvolvida por tk0111, e sua principal característica é "Read the QR code on the screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screen QR Reader

Baixe arquivos de extensão Screen QR Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
URL Oficial https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
Descrição Read the QR code on the screen.
Tamanho do Arquivo 131 KB
Contagem de Instalações 3,000
Versão Atual 0.1.2
Última Atualização 2023-01-31
Data de Publicação 2023-01-28
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor tk0111
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://tkobayashi0111.github.io/webext-privacy-policy
Idiomas Suportados 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"
    ]
}