Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.18 KB

Chrome-Theme-Extension.md

File metadata and controls

29 lines (18 loc) · 1.18 KB

Chrome Theme Extension

Tier: 2-Intermediate

Build your own customized chrome theme extention. You can also add night light (also known as blue light filter) feture 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 extention work(behind the scenes).
  • Basic understanding of HTML/CSS, JS, JSON is required

User Stories

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

Bonus features

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

Useful links and resources

Example projects