Skip to content

siddv/splitscreen

Repository files navigation

splitscreen

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.

Build Setup

# install dependencies
npm install 

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Development

Load this folder as an unpacked extension on chrome:https://extensions

Edit ./src/App.vue and rerun npm run dev