Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.22 KB

TimePrices

Time Prices Screenshot

A Chrome extension that shows a tooltip when hovering over prices with the time that will take you to earn that amount.

Demo

Demo page here

Screenshots:

Time Prices Screenshot

How To Install

Install the extension from the Chrome Web Store.

Bugs & Feature Requests

Search the issues and create a new one if it doesn't exist already.

Development

  • Clone this repo
  • Open chrome://extensions/ in your Chrome
  • Enable Developer mode
  • Click on Load unpacked extension... and browse to the dist/ directory path under the repo

At the moment there are no tests and no build. Edit the source files directly under the dist/ directory.

Publish

  • Make sure to bump the version in /dist/manifest.json
  • Create a zip file with the contents of the dist/ directory
  • Go to Chrome Developer Dashboard
  • Upload the zip package and click on Publish Changes