Skip to content

snehpnp/Chrome-Extantion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Website Finder - Chrome Extension

🚀 Overview

Website Finder is a simple and efficient Chrome extension that helps users find websites based on keywords. Just type your search term, and the extension will open relevant search results instantly.


🛠️ Features

✅ Quick website search using Google/Bing/DuckDuckGo
✅ Simple and lightweight extension
✅ Easy-to-use popup interface
✅ Opens search results in a new tab


📥 Installation Guide

1️⃣ Download the Extension

  • Download or clone this repository:
    git clone https://github.com/yourusername/website-finder.git

2️⃣ Load the Extension in Chrome

  1. Open Google Chrome.
  2. Go to chrome://extensions/.
  3. Enable Developer Mode (toggle on the top right).
  4. Click "Load unpacked" and select the extension folder.
  5. The extension is now installed! 🎉

🖥️ How to Use

  1. Click on the Website Finder icon in the Chrome toolbar.
  2. Enter a keyword in the search box.
  3. Press Enter or click "Search".
  4. The results will open in a new tab.

📂 Project Structure

website-finder/
│── manifest.json       # Extension configuration  
│── popup.html          # UI for the extension  
│── popup.js            # JavaScript logic  
│── styles.css          # Extension styling  
│── icons/              # Icons for the extension  
└── README.md           # Documentation  

📝 manifest.json (Example)

{
  "manifest_version": 3,
  "name": "Website Finder",
  "version": "1.0",
  "description": "Find websites quickly using search engines.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": ["activeTab"],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  }
}

👨‍💻 Contributing

We welcome contributions! If you’d like to improve this extension, feel free to:

  • Fork the repository
  • Create a new branch (git checkout -b feature-branch)
  • Make your changes and commit (git commit -m "Added new feature")
  • Push to the branch (git push origin feature-branch)
  • Create a Pull Request 🚀

📜 License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published