This Chrome extension converts the current URL into a QR code, making it easy to share web pages with others.
- Quickly generate a QR code for the current URL
- Simple and easy-to-use interface
- Lightweight and fast
- Clone this repository:
git clone https://github.com/vivek9237/URL-to-QRCode-Chrome-Extension.git
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the cloned repository folder.
- Click on the extension icon in the Chrome toolbar.
- A popup will appear displaying the QR code for the current URL.
- Scan the QR code with your mobile device to open the URL.
- Node.js
- npm (Node package manager)
- Clone the repository:
git clone https://github.com/vivek9237/URL-to-QRCode-Chrome-Extension.git
- Navigate to the project directory:
cd URL-to-QRCode-Chrome-Extension
Contributions are welcome! Please open an issue or submit a pull request for any changes.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues, please open an issue in the repository.
Author: Vivek
GitHub: vivek9237