Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

miguelmota/etherdelta-gdax-theme-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherDelta GDAX-like Theme Extension

A Chrome Extension that enables a GDAX-like theme for EtherDelta or ForkDelta.

Install

Extension available on the Chrome Web Store

https://chrome.google.com/webstore/detail/etherdelta-gdax-theme/eohjjifkbgfaolkejekjjgbchhdnflij

FAQ

  • Q: Does this Chrome Extension execute JavaScript?

    • A: There is no JavaScript execution at all. Only the CSS stylesheet is inserted into the page.
  • Q: Can this extension access my private key?

    • A: No it can't because there is no JavaScript being executed.
  • Q: How can I really believe you?

    • A: Take a look at the source code using a tool such as Chrome extension source viewer and inspect the contents. You can also look at the content of this repository and install it manually.
  • Q: How can I install it directly from this repository?

    • A: Dowload this repo, and compress (zip) the contents of the extension folder. Then go chrome://extensions in the URL bar and click on "Load unpacked extension...". Select the compressed folder.
  • Q: When is the theme stylesheet inserted into the page?

    • A: The theme stylesheet is inserted on page load.
  • Q. When is the Chome Extension activated?

  • Q: Does this Chrome Extension work with ForkDelta?

    • A: Yes, the Chrome Extension works with ForkDelta.

License

MIT