- Cleaner design
- Themes
- And much more
- Manifest.json
- tells chrome what to do on each page
- what css/js to run
- links popup and icon into chrome
- tells chrome extension info (name, description, version, etc)
- tells chrome what to do on each page
- Popup.html
- Html code for popup on icon click
- Button.js
- Adds "change theme" button the homepage
- adds theming capability
- Is239.css
- CSS on page load
- removes unnessary divs and buttons
- CSS on page load
- More page support
- more custom themeing