Skip to content

Commit

Permalink
Merge pull request florinpop17#153 from muzhaqi16/patch-2
Browse files Browse the repository at this point in the history
update small grammatical typos
  • Loading branch information
florinpop17 authored Mar 11, 2020
2 parents 15b2b93 + df323a2 commit 76274cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Projects/2-Intermediate/Chrome-Theme-Extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

**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 😛
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 extention work(behind the scenes).
- Basic understanding of HTML/CSS, JS, JSON is required
- How chrome extension 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
- [ ] 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 default theme
- [ ] User can install and set it as the 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.
- [ ] 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

Expand Down

0 comments on commit 76274cf

Please sign in to comment.