Jaspooky / tarkov-wiki-prices

Browser addons to display the prices of items on the Escape From Tarkov wiki.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extension Mozilla Add-on

Tarkov Wiki Prices

Tired of having to keep tabbing between Tarkov and the wiki to see the price of items? Or keeping multiple sites open to track how much the Gunsmith quests are going to set you back? Tire no more! The Tarkov Wiki Prices extension adds current flea market rates to the wiki (data courtesy of tarkov-tools.com)!

Trade example

Contributing

To build the addon bundle locally, you can run

# Install dependencies
npm ci

# Make your changes!

# Build!
make # or `npm run build && npm run assemble` if you don't have make

This will emit a bundled copy of the extension into ./dist which can then be loaded into the browser for testing.

About

Browser addons to display the prices of items on the Escape From Tarkov wiki.

License:MIT License


Languages

Language:TypeScript 77.1%Language:CSS 11.8%Language:JavaScript 9.5%Language:Makefile 1.6%