https://github.com/aiboy996/qrq
A QR code extension for Google Chrome. Generate offline QR code of any content with ONE CLICK!
https://github.com/aiboy996/qrq
chrome-extenson qr-code
Last synced: 4 months ago
JSON representation
A QR code extension for Google Chrome. Generate offline QR code of any content with ONE CLICK!
- Host: GitHub
- URL: https://github.com/aiboy996/qrq
- Owner: AIboy996
- Created: 2022-08-21T13:37:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T09:13:04.000Z (about 3 years ago)
- Last Synced: 2025-01-20T15:17:34.396Z (over 1 year ago)
- Topics: chrome-extenson, qr-code
- Language: JavaScript
- Homepage: https://yangzhang.site/Project/qrq/
- Size: 482 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QRQ
A Chrome browser extension for quick QR code generation and recognition.
[中文文档](README.zh.md)
## Introduction
QRQ is named after the first two letters of "QR code" (Quick Response code), styled like an emoticon similar to "qwq".
⁽(◍˃̵͈̑ᴗ˂̵͈̑)⁽
₍ᐢ •͈ ༝ •͈ ᐢ₎♡
ฅ՞•ﻌ•՞ฅ
QRQ
## Features
### QR Code Generation
- [x] Convert selected **text** on web pages to QR codes via right-click menu
- [x] Convert **image links** on web pages to QR codes via right-click menu
- Note: Initially planned to encode images using base64, but due to size limitations of QR codes, only image URLs are converted
- [ ] *(Deprecated)* Quick conversion of current webpage URL to QR code
- This feature is no longer necessary as Chrome now includes built-in functionality for generating QR codes for the current webpage URL.
### QR Code Recognition
- [x] Recognize QR codes in web page images
- [ ] *(Planned)* Recognize QR codes outside the browser
- Due to security concerns, it is currently quite difficult to directly read local files using JavaScript in Chrome. Therefore, implementing this functionality requires additional permissions or must be achieved indirectly through other means, such as background services.
More features coming...
## Installation
1. Download the extension from [Chrome Web Store](https://chromewebstore.google.com/detail/jppbbelkldkclffonkjkhackhgblcplg?utm_source=item-share-cb)
2. Or install manually:
- Clone this repository
- Open Chrome and go to `chrome://extensions/`
- Enable "Developer mode"
- Click "Load unpacked" and select the extension directory
## Usage
1. **Generate QR Code from Text**
- Select any text on a webpage
- Right-click and choose "Generate Text QR Code"
2. **Generate QR Code from Image**
- Right-click on any image
- Choose "Generate Image Link QR Code"
3. **Recognize QR Code**
- Right-click on an image containing a QR code
- Choose "Recognize QR Code in Image"
## Credits
- AI Programming Assistant: [Cursor](https://www.cursor.com/)
- Icon Generator: [AppIcon Forge](https://zhangyu1818.github.io/appicon-forge/)
## License
MIT License