Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

52 lines (27 loc) · 1.23 KB

image

DogMoneyMode

Browser extension that automatically converts fiat prices to display in Dogecoin. Supports most popular sites. Fiat Supported: USD, EUR, GBP, INR, & RUB.

image

output-onlinegiftools

Install

You can easily add DogMoneyMode to Chrome and Edge via major browser addon stores.

Edge/Chrome Install

Firefox Install

Build

Prerequisites

  • Node.js and npm.

Install Dependencies

npm install

Build for Chrome/Edge

Run webpack to build the chrome/edge version of the extension (outputs to ./build/)

webpack --config webpack.chrome.config.js

Build for Firefox

Run webpack to build the firefox version of the extension (outputs to ./build/)

webpack --config webpack.firefox.config.js

Inspired by https://github.com/qlpqlp/dogefy