Screen QR Reader
Read the QR code on the screen.
Co je Screen QR Reader?
Screen QR Reader je rozšíření Chrome vyvinuté tk0111, a jeho hlavní funkcí je „Read the QR code on the screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screen QR Reader
Stáhněte si soubory rozšíření Screen QR Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
Oficiální URL | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
Popis | Read the QR code on the screen. |
Velikost souboru | 131 KB |
Počet instalací | 3,000 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2023-01-31 |
Datum Vydání | 2023-01-28 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | tk0111 |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://tkobayashi0111.github.io/webext-privacy-policy |
Podporované Jazyky | 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" ] } |