https://github.com/arifuddincoder/chrome-quote-tab-extension
A minimalist Chrome extension that replaces your new tab with a motivational quote and real-time clock.
https://github.com/arifuddincoder/chrome-quote-tab-extension
chrome chrome-devtools chrome-extension chrome-extensions chromium-extension quotes quotes-application
Last synced: 27 days ago
JSON representation
A minimalist Chrome extension that replaces your new tab with a motivational quote and real-time clock.
- Host: GitHub
- URL: https://github.com/arifuddincoder/chrome-quote-tab-extension
- Owner: arifuddincoder
- Created: 2025-08-03T14:34:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T14:54:46.000Z (10 months ago)
- Last Synced: 2025-08-03T16:24:45.917Z (10 months ago)
- Topics: chrome, chrome-devtools, chrome-extension, chrome-extensions, chromium-extension, quotes, quotes-application
- Language: HTML
- Homepage: https://github.com/arifuddincoder/chrome-quote-tab-extension
- Size: 27.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README.md
# Focus Tab – Chrome Extension
**A simple, clean new tab experience** that displays the current time along with a motivational quote to help you stay inspired.
> _"Taking no action invites depression to stay."_
> — Arif

---
## ✨ Features
- 📅 Live clock (updates every minute)
- 💬 Custom motivational quote
- 🖼️ Beautiful fullscreen background image
- ⚡️ Lightweight and fast
- ✅ Works offline (no internet required)
- 🛠️ Open source and customizable
---
## 📥 Installation (Developer Mode)
1. Clone or download this repository as `.zip`
2. Extract the folder to your local machine
3. Open Google Chrome and go to `chrome://extensions/`
4. Enable **Developer mode** (toggle at the top right)
5. Click **Load unpacked**
6. Select the extracted folder
That's it! Now open a new tab and enjoy your inspirational view 🌄
---
## 📁 Folder Structure
```
quote-tab-extension/
├── background.jpg
├── index.html
├── time.js
└── manifest.json
```
---
## 🔧 Customization
- Want to change the quote?
Edit `index.html` and replace the line:
```html
Your new quote here
```
- Want to use your own image?
Replace `background.jpg` with your own photo (1920×1080 recommended)
---
## 👤 Developer
**Md Arif Uddin**
📧 Email: [arifuddincoder@gmail.com](mailto:arifuddincoder@gmail.com)
🌐 Portfolio: [https://codebyarif.web.app/](https://codebyarif.web.app)
---
## 📜 License
This extension is provided as-is for personal use and learning purposes.
Feel free to fork and modify it for your own goals.