aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLe Quoc Viet <vietlq85@gmail.com>2018-03-18 03:56:10 +0800
committerGitHub <noreply@github.com>2018-03-18 03:56:10 +0800
commitc0a2996d35ada5d744ec137661e6105ba63499f0 (patch)
tree5291f382605971c4f21e3e5f85cd04a0daaf2d0f /docs
parent4512243290fc08f1202360ab3f5f0b2b21bb0393 (diff)
downloadtangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar.gz
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar.bz2
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar.lz
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar.xz
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.tar.zst
tangerine-wallet-browser-c0a2996d35ada5d744ec137661e6105ba63499f0.zip
Small edits
Diffstat (limited to 'docs')
-rw-r--r--docs/add-to-chrome.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/add-to-chrome.md b/docs/add-to-chrome.md
index ea5213182..6dd14f806 100644
--- a/docs/add-to-chrome.md
+++ b/docs/add-to-chrome.md
@@ -1,14 +1,10 @@
## Add Custom Build to Chrome
-Open `Settings` > `Extensions`.
-
-Check "Developer mode".
-
-At the top, click `Load Unpacked Extension`.
-
-Navigate to your `metamask-plugin/dist/chrome` folder.
-
-Click `Select`.
+* Open `Settings` > `Extensions`.
+* Check "Developer mode".
+* Alternatively, use the URL `chrome://extensions/` in your address bar
+* At the top, click `Load Unpacked Extension`.
+* Navigate to your `metamask-plugin/dist/chrome` folder.
+* Click `Select`.
You now have the plugin, and can click 'inspect views: background plugin' to view its dev console.
-