├── .DS_Store ├── LICENSE ├── README.md ├── Social ├── .DS_Store ├── After.jpg ├── After.png ├── Before.jpg ├── Before.png ├── Firefox_coming-soon.jpg ├── Menu options colour.jpg ├── Menu options.jpg ├── Social Assets.sketch ├── all_desktop.jpg └── all_mobile.jpg ├── dist ├── .DS_Store └── Chrome.zip └── src ├── .DS_Store └── Chrome ├── .DS_Store ├── Coral ├── coral.min.css └── coral.min.js ├── content.css ├── content.js ├── icon.png ├── manifest.json ├── popup.css ├── popup.html ├── popup.js ├── snack-helper.css └── styles.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/README.md -------------------------------------------------------------------------------- /Social/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/.DS_Store -------------------------------------------------------------------------------- /Social/After.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/After.jpg -------------------------------------------------------------------------------- /Social/After.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/After.png -------------------------------------------------------------------------------- /Social/Before.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Before.jpg -------------------------------------------------------------------------------- /Social/Before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Before.png -------------------------------------------------------------------------------- /Social/Firefox_coming-soon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Firefox_coming-soon.jpg -------------------------------------------------------------------------------- /Social/Menu options colour.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Menu options colour.jpg -------------------------------------------------------------------------------- /Social/Menu options.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Menu options.jpg -------------------------------------------------------------------------------- /Social/Social Assets.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/Social Assets.sketch -------------------------------------------------------------------------------- /Social/all_desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/all_desktop.jpg -------------------------------------------------------------------------------- /Social/all_mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/Social/all_mobile.jpg -------------------------------------------------------------------------------- /dist/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/dist/.DS_Store -------------------------------------------------------------------------------- /dist/Chrome.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/dist/Chrome.zip -------------------------------------------------------------------------------- /src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/.DS_Store -------------------------------------------------------------------------------- /src/Chrome/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/.DS_Store -------------------------------------------------------------------------------- /src/Chrome/Coral/coral.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/Coral/coral.min.css -------------------------------------------------------------------------------- /src/Chrome/Coral/coral.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/Coral/coral.min.js -------------------------------------------------------------------------------- /src/Chrome/content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/content.css -------------------------------------------------------------------------------- /src/Chrome/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/content.js -------------------------------------------------------------------------------- /src/Chrome/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/icon.png -------------------------------------------------------------------------------- /src/Chrome/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/manifest.json -------------------------------------------------------------------------------- /src/Chrome/popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/popup.css -------------------------------------------------------------------------------- /src/Chrome/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/popup.html -------------------------------------------------------------------------------- /src/Chrome/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/popup.js -------------------------------------------------------------------------------- /src/Chrome/snack-helper.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/snack-helper.css -------------------------------------------------------------------------------- /src/Chrome/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elrumo/stackOverflow_focus/HEAD/src/Chrome/styles.css --------------------------------------------------------------------------------