Skip to content

Quick QR is an extension for Google Chrome that generates a QR code for web pages

License

Notifications You must be signed in to change notification settings

lazycatcoder/quick-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick QR

Quick QR is a Google Chrome extension that generates a QR code for the current web page and lets you save it as a PNG image.

The principle of operation is to get the current URL of a web page and use the Google Chart API service to generate a QR code. The extension also allows you to save the QR code as an image on the user's computer or laptop.

The advantages of the Quick QR extension are its simplicity and ease of use. It can be useful in many situations where you want to quickly and conveniently convey information about a web page, such as quickly opening a link on your phone, sharing a link with another user, creating promotional materials, etc. Also, QR codes can be saved and later used, for example, for quick access to educational materials in classrooms, courses, trainings, etc. This is convenient and saves time, since you do not need to type long links manually, but you can simply scan the QR code and go to the materials.



Settings

To use it, you need to complete the following steps:


  1. Find and click on the "Code" button next to the repository name

  2. Select "Download ZIP" to download the repository archive or run the following command in the terminal:

       git clone https://github.com/lazycatcoder/quick-qr.git
    
  3. Unzip the downloaded archive to any folder on your computer

  4. Open a browser and type chrome://extensions/ in the address bar

  5. Enable "Developer mode" by clicking the toggle in the top right corner of the screen

  6. Click on the button "Load unpacked extension"

  7. Select the folder where you unpacked the repository and click "Select Folder"

  8. The extension must be installed in the browser and ready to use 🚀


❗Please note that installing the extension requires the Chrome browser or a fork of it (such as Chromium), and that the installation procedure may differ depending on your operating system and browser version.