A Chrome extension that provides daily motivation and inspiration through quotes. Features include daily notifications, favorite quotes management, and quote sharing.
- 🎯 Random motivational quotes
- 💖 Save favorite quotes
- 🔔 Daily notifications
- 📤 Share quotes
- 💾 Offline support with quote caching
- ⚙️ Customizable notification settings
- 🎨 Modern, responsive UI
The extension uses the Zenquotes API for fetching motivational quotes.
The extension uses Chrome's storage API to store:
- Cached quotes for offline use
- Favorite quotes
- User settings
- Notification preferences
-
If quotes aren't loading:
- Check your internet connection
- Verify the API is accessible
- Check the console for errors
-
If notifications aren't working:
- Ensure notifications are enabled in Chrome
- Check if the correct permissions are in manifest.json
- Verify notification settings in the extension
-
If the extension doesn't load:
- Verify all required files are present
- Check the console for loading errors
- Ensure manifest.json is properly formatted
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request