-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md
29 lines (23 loc) · 1.58 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Grape QR Code Extension 🔮🔳
<p align="center"><em>logo</em></p>
<p align="center"><img src="https://i.imgur.com/DK0m3Yh.png"></p>
<p align="center">Purple, Grape 🍇 themed Quick Response Code Generator for Chrome </p>
<p align="center">I wanted to learn how QR Code works, so i decided to make an extension for it.</p>
<p align="center">You can Create (with max capacity of 500) and Download QR Code, and also Read QR Code.</p>
<p align="center">The Extension is built using <a href="https://github.com/davidshimjs/qrcodejs">qrcodejs</a> and
<a href="https://github.com/nimiq/qr-scanner">qr-scanner</a></p>
# Technologies 🧾
<img src="https://external-content.duckduckgo.com/iu/?u=https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/200px-Unofficial_JavaScript_logo_2.svg.png&f=1&nofb=1" width="80"><a href="https://picturepan2.github.io/spectre/">
<img src="https://external-content.duckduckgo.com/iu/?u=https://www.developpez.net/forums/attachments/p427725d1/a/a/a&f=1&nofb=1" width="200">
</a>
# Preview 🔍
<img src="https://i.imgur.com/wnnURAa.jpg" > <img src="https://i.imgur.com/IvRaEqf.jpg">
# Quick Start 🚀
```git clone https://github.com/irevenko/qrcode-extension.git```<br>
```In Chrome go to -> Right side bar -> More Tools -> Extensions -> Click on Developer Mode -> Choose Load unpacked and select extension folder```
# What I Learned 🧠
* How QR Code works
* DOM Manipulation
* Building Browser Extensions
# License 📑
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)