Skip to content

💻 Share selected text or page URL as QR code

License

Notifications You must be signed in to change notification settings

pluginsky/share-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShareQR

About

Share selected text or page URL as QR code

Main Features
  • display QR code for URL
  • display QR code for selected text or copy/paste/cut text from clipboard

Setup

1. Clone repo
git clone https://github.com/JB1905/share-qr.git
2. Go to directory
cd share-qr
3. Install dependencies
yarn

# Or, use npm
npm i
4. Run
yarn watch

# Or, use npm
npm run watch

Chrome

  • open the Extension Management page by navigating to chrome://extensions
  • enable Developer Mode by clicking the toggle switch next to Developer mode
  • click the LOAD UNPACKED button and select the dist in the extension directory

Firefox

  • enter about:debugging in the URL bar
  • click This Firefox
  • click Load Temporary Add-on
  • open the dist in the extension’s directory and select any file inside

Build with

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada