Screen QR Reader
Read the QR code on the screen.
What is Screen QR Reader?
Screen QR Reader is a Chrome extension developed by tk0111, and its main feature is "Read the QR code on the screen.".
Extension Screenshots
Download Screen QR Reader Extension CRX File
Download Screen QR Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
Official URL | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
Description | Read the QR code on the screen. |
File Size | 131 KB |
Installation Count | 3,000 |
Current Version | 0.1.2 |
Last Updated | 2023-01-31 |
Publish Date | 2023-01-28 |
Rating | 3.40/5 Total 5 Ratings |
Developer | tk0111 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://tkobayashi0111.github.io/webext-privacy-policy |
Supported Languages | 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" ] } |