QR Code Reader
A chrome extension for reading QR code from webpage.
What is QR Code Reader?
QR Code Reader is a Chrome extension developed by Ayaan Ahmad, and its main feature is "A chrome extension for reading QR code from webpage.".
Extension Screenshots
Download QR Code Reader Extension CRX File
Download QR Code 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
Get the link to the QR Code shown on any web page. To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab. Yes it is that easy. Some notable Issues: Unable to read QR code if it is not clear on a webpage. Cannot read multiple QR code.
Extension Basic Information
Name | QR Code Reader |
ID | ogidhdapceihieacnnopijooamfceepd |
Official URL | https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd |
Description | A chrome extension for reading QR code from webpage. |
File Size | 98.24 KB |
Installation Count | 4,189 |
Current Version | 1.0.2 |
Last Updated | 2022-10-20 |
Publish Date | 2022-08-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ayaan Ahmad |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Reader", "description": "A chrome extension for reading QR code from webpage.", "version": "1.0.2", "action": { "default_popup": "dist\/popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "manifest_version": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "" } } } |