Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.19 KB

Chrome-Theme-Extension.md

File metadata and controls

29 lines (18 loc) · 1.19 KB

Chrome Theme Extension

Tier: 2-Intermediate

Build your own customized chrome theme extension. You can also add night light (also known as blue light filter) feature that will automatically turn on during the night time so that user's eye won't get stressed while coding whole night or binge watching netflix 😛

  • How chrome extension work(behind the scenes).
  • Basic understanding of HTML/CSS, JS, JSON is required.

User Stories

  • User can make a theme according to their own personal color preference
  • This will extremely benefit the people suffering from color blindness.
  • User can install and set it as the default theme.

Bonus features

  • Deploy extension to chrome store
  • Add a toggle button to control the night sight feature manually
  • Create same extension for multiple browsers like firefox, etc.

Useful links and resources

Example projects