parent
dcf160386d
commit
8ec9aa84f1
@ -1,25 +0,0 @@
|
||||
# Chrome Theme Extension
|
||||
|
||||
**Tier:** 1-Begineer
|
||||
|
||||
Build your own chrome theme extention.
|
||||
|
||||
- How chrome extention work(behind the scenes).
|
||||
- Basic understanding of HTML/CSS, JS, JSON is required
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can install and set it as default theme
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] Deploy extention to chrome store
|
||||
- [ ] Create same extention for multiple browser like firefox, etc.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Getting Started](https://developer.chrome.com/extensions/getstarted)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [chrome-developer-edition-dark](https://github.com/KeenRivals/chrome-developer-edition-dark)
|
@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
- [Getting Started](https://developer.chrome.com/extensions/getstarted)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [chrome-developer-edition-dark](https://github.com/KeenRivals/chrome-developer-edition-dark)
|
||||
- [Night Shift(BlueLight Filter)](https://chrome.google.com/webstore/detail/night-shiftbluelight-filt/hkjikimiiojjiiffmgngnkefacpbgajl?hl=en)
|
Loading…
Reference in new issue