A Chrome Extension that enables a GDAX-like theme for EtherDelta or ForkDelta.
Extension available on the Chrome Web Store
https://chrome.google.com/webstore/detail/etherdelta-gdax-theme/eohjjifkbgfaolkejekjjgbchhdnflij
-
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 gochrome://extensions
in the URL bar and click on "Load unpacked extension...". Select the compressed folder.
- A: Dowload this repo, and compress (zip) the contents of the
-
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?
- A: The Chrome Extension is only activated on the etherdelta.github.io or etherdelta.com domain.
-
Q: Does this Chrome Extension work with ForkDelta?
- A: Yes, the Chrome Extension works with ForkDelta.
MIT