You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
1
# "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.
3
3
4
4
Created by [Simon](https://github.com/OpenSourceSimon)
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).
11
12
The quote and background also change on reload on the demo!
12
13
## Requirements
13
14
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/))
15
16
16
17
## Installation 👩💻
17
18
@@ -20,6 +21,9 @@ The quote and background also change on reload on the demo!
20
21
3. Enable Developer Mode and click Load unpacked extension button and upload the folder
21
22
4. Enjoy!
22
23
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
+
23
27
## Contributing & Ways to improve 📈
24
28
25
29
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
33
37
-[ ] Allowing users to choose specific backgrounds
34
38
-[ ] Allowing users to choose custom resolutions
35
39
-[ ] 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
0 commit comments