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

https://github.com/sampadmondal-git/tab-title-extention

Tab Title Fetcher is a simple Chrome extension that displays the current browser tab’s title and URL. With a clean UI, it lets users quickly fetch and copy tab information for easy sharing or reference. Ideal for productivity, research, and organizing web resources efficiently.
https://github.com/sampadmondal-git/tab-title-extention

chrome-extension css3 es6-javascript front-end front-end-development html5 internship-project internship-task javascript

Last synced: 2 months ago
JSON representation

Tab Title Fetcher is a simple Chrome extension that displays the current browser tab’s title and URL. With a clean UI, it lets users quickly fetch and copy tab information for easy sharing or reference. Ideal for productivity, research, and organizing web resources efficiently.

Awesome Lists containing this project

README

          

# Tab Title Fetcher

A simple and elegant Chrome extension that allows you to quickly fetch and copy the title and URL of your current browser tab.

## Features

- πŸ” Instantly fetch the current tab's title and URL
- πŸ“‹ One-click copy functionality for URLs
- 🎨 Clean and intuitive user interface
- πŸ’« Smooth animations and transitions
- 🎯 Minimalist design with modern icons

## Installation

1. Clone this repository or download the ZIP file
2. Open Chrome and navigate to `chrome://extensions/`
3. Enable "Developer mode" in the top right corner
4. Click "Load unpacked" and select the extension directory

## How to Use

1. Click on the extension icon in your browser toolbar
2. Press the "Tab Title" button to fetch current tab information
3. Use the "Copy Link" button to copy the URL to your clipboard
4. The tab title and URL will be displayed in a clean card interface

## Project Structure

```
tab-title-extention/
β”œβ”€β”€ icons/
β”‚ β”œβ”€β”€ icon-16.png
β”‚ β”œβ”€β”€ icon-32.png
β”‚ β”œβ”€β”€ icon-48.png
β”‚ └── icon-128.png
β”œβ”€β”€ manifest.json
β”œβ”€β”€ index.html
β”œβ”€β”€ styles.css
└── script.js
```

## Technologies Used

- HTML5
- CSS3
- JavaScript
- Font Awesome Icons

## Contributing

Feel free to submit issues and enhancement requests!

## Author

[SampadMondal-git](https://github.com/SampadMondal-git)

---

Β© 2025 Tab Title Fetcher. All rights reserved.