Skip to content

This is Extension Uses Chrome-Built-AI to make your life easier

License

Notifications You must be signed in to change notification settings

manideep1428/Astron.ai

Repository files navigation

Vite Chrome Browser Extension

This repository provides a scaffold for building a Chrome browser extension using Vite, a fast build tool for modern web projects.

Features

  • Vite-powered development: Leverage fast builds and HMR for a better development experience.
  • Manifest V3 support: Build extensions with the latest Chrome extension manifest format.
  • Modular architecture: Easily customize and extend functionalities.

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14 or higher)
  • npm or yarn package manager
  • A Chromium-based browser (e.g., Chrome, Edge)

Getting Started

1. Clone the Repository

git clone https://github.com/your-repo/vite-chrome-extension.git
cd vite-chrome-extension

2.Install Dependencies

npm install
  1. Build the project
npm run build

4 . Now , You have dist named folder

  1. Load the Extension in Chrome

##Load the extension to test

  1. Go to chrome://extensions/

  2. Enable "Developer mode" in the top right corner.

  3. Click "Load unpacked" and select the dist folder from the project directory.

Contributing :

Contributions are welcome! Please fork this repository and submit a pull request with your improvements.

About

This is Extension Uses Chrome-Built-AI to make your life easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published