Skip to content

vivek9237/URL-to-QRCode-Chrome-Extension

Repository files navigation

URL to QRCode Chrome Extension

This Chrome extension converts the current URL into a QR code, making it easy to share web pages with others.

Features

  • Quickly generate a QR code for the current URL
  • Simple and easy-to-use interface
  • Lightweight and fast

Installation

  1. Clone this repository:
    git clone https://github.com/vivek9237/URL-to-QRCode-Chrome-Extension.git
  2. Open Chrome and go to chrome://extensions/.
  3. Enable "Developer mode" by toggling the switch in the top right corner.
  4. Click "Load unpacked" and select the cloned repository folder.

Usage

  1. Click on the extension icon in the Chrome toolbar.
  2. A popup will appear displaying the QR code for the current URL.
  3. Scan the QR code with your mobile device to open the URL.

Development

Prerequisites

  • Node.js
  • npm (Node package manager)

Setup

  1. Clone the repository:
    git clone https://github.com/vivek9237/URL-to-QRCode-Chrome-Extension.git
  2. Navigate to the project directory:
    cd URL-to-QRCode-Chrome-Extension

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or issues, please open an issue in the repository.


Author: Vivek
GitHub: vivek9237