QR Code Reader
Decode QR Codes from image
What is QR Code Reader?
QR Code Reader is a Chrome extension developed by https://c7x.me, and its main feature is "Decode QR Codes from image".
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
Decode QR Codes from image
Extension Basic Information
Name | QR Code Reader |
ID | fpaifljagollofidhcdfnpenghcfcblj |
Official URL | https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj |
Description | Decode QR Codes from image |
File Size | 71.68 KB |
Installation Count | 79 |
Current Version | 1.0.0 |
Last Updated | 2023-01-10 |
Publish Date | 2023-01-09 |
Developer | https://c7x.me |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://c7x.me/web-extension-privacy-policy.html |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_description__", "author": "Cople", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "92", "offline_enabled": true, "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/api.mixpanel.com\/" ] } |