Tab2QR is a combination of browser (chromium) extension and mobile app which lets anyone share their Tab URLs from computer's browser to mobile phone browser.
Users can select any number of Tabs to share to their mobile phone. Users also get an option to save the shared URLs in their mobile app which can be accessed anytime, to directly open in their mobile browser or share them back to a computer's browser which has the Tab2QR extension installed.
- Open the terminal and move to the
tab2qr-extension
folder. - Run
yarn install
to install the dependencies. - Run
yarn build
to create a build folder. - Open the chrome browser > More Tools > Extensions
- Enable the
developer mode
- Click on
load unpacked
and select thebuild
folder inside thetab2qr-extension
folder
- Open the terminal and move to
Tab2QR
folder. - Run
yarn install
to install the dependencies. - Run
expo start
to start the expo server
- Share any number of tabs from your current window.
- Genrerate animated QR code to scan from the app.
- Import URLs from mobile app to your browser window.
- Scan animated QR code generated by the mobile app.
- Scan animated QR code.
- Directly open URL in your mobile browser without saving them.
- Save the URLs for later use.
- Share the existing/stored URLs from mobile app to your browser.