An open API service indexing awesome lists of open source software.

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.

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

![Extension Preview](extension-preview.png)

---

## ✨ 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.