Simple chrome extension to display webpages next to each other, when opening a new tab.
Chrome Extension available here https://chrome.google.com/webstore/detail/splitscreen/lejikfhnnennacpmpfcphoodkfklkgnj
Based on the webpack simple Vue template.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildLoad this folder as an unpacked extension on chrome://extensions
Edit ./src/App.vue and rerun npm run dev