A fun Chrome extension that displays random dad jokes right in your browser!
- 🎲 Get a random dad joke with every click
- ⚡ Lightweight and fast
- 🔌 Works offline-free (fetches jokes from icanhazdadjoke.com)
- 🎨 Clean and simple UI
- Clone the repository
git clone https://github.com/SaketKothari/dad-jokes-chrome-extension.git- Open Chrome Extensions
- Navigate to
chrome://extensions/in your browser - Or go to Menu → More Tools → Extensions
- Enable Developer Mode
- Toggle the "Developer mode" switch in the top right corner
- Load the Extension
- Click "Load unpacked"
- Select the cloned
dad-jokes-chrome-extensiondirectory
- Enjoy! 🎉
- Click the extension icon in your toolbar to get a random dad joke
- HTML5 - Popup structure
- CSS3 - Styling
- JavaScript - Fetching jokes from API
- Chrome Extension API - Browser integration
dad-jokes-chrome-extension/
├── manifest.json # Extension configuration
├── popup.html # Popup UI
├── script.js # Joke fetching logic
├── style.css # Styles
├── logo.png # Extension icon
└── README.md # Documentation
This extension uses the free icanhazdadjoke API to fetch random dad jokes.
Contributions are welcome! Feel free to:
- Fork the repository
- Create a new branch (
git checkout -b feature/awesome-feature) - Commit your changes (
git commit -m 'Add awesome feature') - Push to the branch (
git push origin feature/awesome-feature) - Open a Pull Request
This project is open source and available under the MIT License.
Saket Kothari - @SaketKothari
Made with ❤️ and lots of dad jokes
