Skip to content

Commit 91ec043

Browse files
Update README.md
1 parent 1d31cf4 commit 91ec043

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# "Quote tab"
2-
Changes your new tab page to a minimalistic page. Just a simple clock, random nature background and random quote. And the best part, it is completely open source. The quote source is in the quote branch.
2+
Changes your new tab page to a minimalistic page. Just a simple clock, random nature background and random quote. And the best part, it is completely open source.
33

44
Created by [Simon](https://github.com/OpenSourceSimon)
55

66
## Screenshots
77
![](https://user-images.githubusercontent.com/65854503/186133159-22b01fa7-fcab-41a5-a3ba-ef0f1eeb745e.png)
88

99
## Live demo
10-
Please visit this website to see the live demo: https://simonrijntjes.nl/quotetab.html
10+
11+
Please visit this website to see the live demo: [https://simonrijntjes.nl/quotetab](https://simonrijntjes.nl/quotetab.html).
1112
The quote and background also change on reload on the demo!
1213
## Requirements
1314

14-
- For so far only tested on Chrome and Edge.
15+
- For so far only tested on Chrome and Edge. Firefox manifest is not yet added. If you want to use it on Firefox, please use an extension that allows you to change the new tab page to a custom URL. (I recommend [this one](https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/))
1516

1617
## Installation 👩‍💻
1718

@@ -20,6 +21,9 @@ The quote and background also change on reload on the demo!
2021
3. Enable Developer Mode and click Load unpacked extension button and upload the folder
2122
4. Enjoy!
2223

24+
## Quote API
25+
This extension uses a quote API that I created. You can find the source code [here](https://github.com/OpenSourceSimon/QuoteAPI). You're welcome to add quotes, please read the README for more information! If you want to self host the API, you can do that too. Just follow the instructions in the README.
26+
2327
## Contributing & Ways to improve 📈
2428

2529
In its current state, this extension does exactly what it needs to do. However, improvements can always be made!
@@ -33,6 +37,5 @@ I have tried to simplify the code so anyone can read it and start contributing a
3337
- [ ] Allowing users to choose specific backgrounds
3438
- [ ] Allowing users to choose custom resolutions
3539
- [ ] Allowing users to choose between any background category.
36-
- [ ] Allowing users to change the language of the quote or translate it
37-
- [ ] Add more quotes in quote branch
38-
- [ ] Add translation in quote branch
40+
- [ ] Allowing users to change the language of the quote
41+
- [ ] Add more quotes in quote API repository

0 commit comments

Comments
 (0)