From 2ef935fd9aeea11b37ba30d4a8685765df368e74 Mon Sep 17 00:00:00 2001 From: johnathan <952508490@qq.com> Date: Tue, 24 Jun 2025 16:50:35 +0800 Subject: [PATCH] Update REAME.md --- README.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c4dba3b..c686d37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,21 @@ ## 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 @@ -10,8 +24,8 @@ This browser extension is used to collect goods' information on Amazon. Make sure the following software is installed: -- node.js -- pnpm +- [Node.js](https://nodejs.org/) +- [pnpm](https://pnpm.io/) ### 2. Clone this Repo @@ -22,7 +36,7 @@ git clone https://github.com/primedigitaltech/azon_seeker.git ### 3. Install the Node Dependencies ```shell -cd {path to repo} +cd azon_seeker pnpm i ``` @@ -34,6 +48,6 @@ pnpm dev ### 5. Load Extension on Browser -Open the browser extension page. -Toggle on development mode. -Load the extension using the `extension/` folder. +1. Open the browser extension page. +2. Toggle on development mode. +3. Load the extension using the `extension/` folder.