👾 View Chrome extension -> | 🦊 View Firefox extension -> | 🌌 View Edge extension -> | 🌐 View web app ->
Quotey is an extension for Chrome/Chromium, Edge and Firefox that displays a random inspirational quote and it's author in a small popup window.
1 - Install the extension.
2 - Pin the extension from the Extensions icon beside the address bar.
3 - Click the extension's icon and enjoy!
• Daily Inspiration: Start your day with a fresh dose of motivation. Each time you open a new tab or click the extension button, you'll be greeted with a new inspirational quote to uplift your spirits and ignite your motivation.
• Stay Focused: In the midst of a busy day, it's easy to lose sight of our goals. This extension serves as a gentle reminder to stay focused and determined, providing a moment of reflection and inspiration when you need it most.
• Thoughtful Design: The quotes are beautifully displayed with a black bold font on a clean white background, creating a visually pleasing and distraction-free reading experience. The extension's user-friendly interface ensures that accessing the quotes is effortless.
• Randomized Quotes: The extension fetches quotes from a curated collection, ensuring a wide variety of insights, wisdom, and perspectives. Each quote is carefully selected to bring you inspiration, motivation, and a fresh perspective on life.
Quotey is completely OPEN SOURCE, so feel free to check out the code and contribute your changes 👨💻.
- Cleaned up some code 🧹 , changed description.
- The API I was using, typefit , seemed to have broken somehow 😅. Migrated to Quotable, an open source quotes API by Luke Peavey.
- Added a secondary API from API Ninjas to fallback to. Quotable seems to go down alot either due to an expired DNSSEC key or a high volume of requests.
- Fixed/cleaned some code. Changed error handling to log errors to both the console and the extension.
- Migrated to the latest Manifest V3 JSON format, imported the extension to Firefox 🦊 and Microsoft Edge 🌌.
- Moved to a new API from RapidAPI + Plans to make a self-hosted API on MongoDB.