mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-02-07 15:53:18 +08:00
Update REAME.md
This commit is contained in:
parent
4a12fc7ed3
commit
2ef935fd9a
28
README.md
28
README.md
@ -2,7 +2,21 @@
|
|||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This browser extension is used to collect goods' information on Amazon.
|
Azon Seeker is a browser extension designed to collect and manage product information from Amazon and other platforms. It supports importing, exporting, and previewing product and review data, making it a powerful tool for e-commerce research and data analysis.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- 🛒 **Collect Amazon Product Data:** Easily gather product details and reviews from Amazon pages.
|
||||||
|
- 📦 **Import/Export:** Supports importing and exporting data in Excel format for further analysis.
|
||||||
|
- ☁️ **Cloud Export:** Export your data to the cloud for backup or sharing.
|
||||||
|
- 📊 **Data Table:** View, filter, and manage collected data in a user-friendly table.
|
||||||
|
- 🖼️ **Image Preview:** Hover to preview product images.
|
||||||
|
- 🌐 **Multi-browser Support:** Works with Chromium-based browsers and Firefox.
|
||||||
|
- 🧩 **Modern UI:** Built with Vue 3 and Naive UI for a clean, responsive experience.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@ -10,8 +24,8 @@ This browser extension is used to collect goods' information on Amazon.
|
|||||||
|
|
||||||
Make sure the following software is installed:
|
Make sure the following software is installed:
|
||||||
|
|
||||||
- node.js
|
- [Node.js](https://nodejs.org/)
|
||||||
- pnpm
|
- [pnpm](https://pnpm.io/)
|
||||||
|
|
||||||
### 2. Clone this Repo
|
### 2. Clone this Repo
|
||||||
|
|
||||||
@ -22,7 +36,7 @@ git clone https://github.com/primedigitaltech/azon_seeker.git
|
|||||||
### 3. Install the Node Dependencies
|
### 3. Install the Node Dependencies
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd {path to repo}
|
cd azon_seeker
|
||||||
pnpm i
|
pnpm i
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -34,6 +48,6 @@ pnpm dev
|
|||||||
|
|
||||||
### 5. Load Extension on Browser
|
### 5. Load Extension on Browser
|
||||||
|
|
||||||
Open the browser extension page.
|
1. Open the browser extension page.
|
||||||
Toggle on development mode.
|
2. Toggle on development mode.
|
||||||
Load the extension using the `extension/` folder.
|
3. Load the extension using the `extension/` folder.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user