Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.16 KB

Vinted Enriched

Free and open source browser extension to show additional info of vinted product built in Typescript.

Table of contents

Motivation

I use Vinted everyday for shopping but it don't provide some feature that are very useful to me, like:

  • On the catalog I want to see shipping details
  • On the catalog I want to see where the seller is from

Usage

  • Install extension
  • Search something on Vinted catalog
  • Magic!

Development

Install dependencies by running:

pnpm install

Then build the project:

pnpm run build

To run a development version with live reload, run:

pnpm run dev:chrome

Or open Google Chrome and open the Extension Management page by navigating to chrome://extensions or by opening Settings and clicking Extensions from the bottom left.

Enable Developer Mode by clicking the toggle switch next to Developer mode.

Click the "Load Unpacked" button and select the extension directory(.../dist).