aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-03-18 05:06:32 +0800
committerGitHub <noreply@github.com>2018-03-18 05:06:32 +0800
commit3a264fb205313be43f7d98c08f7951de315a68a3 (patch)
tree5272efb22dee12f65c048acd72bc0e4813716f3f
parent4512243290fc08f1202360ab3f5f0b2b21bb0393 (diff)
parente34355ca217684b8c79a072e9a578e738e058dea (diff)
downloadtangerine-wallet-browser-3a264fb205313be43f7d98c08f7951de315a68a3.tar.gz
tangerine-wallet-browser-3a264fb205313be43f7d98c08f7951de315a68a3.tar.zst
tangerine-wallet-browser-3a264fb205313be43f7d98c08f7951de315a68a3.zip
Merge pull request #3603 from vietlq/patch-2
Small edits to Chrome guide
-rw-r--r--docs/add-to-chrome.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/add-to-chrome.md b/docs/add-to-chrome.md
index ea5213182..9c321a1a6 100644
--- a/docs/add-to-chrome.md
+++ b/docs/add-to-chrome.md
@@ -1,14 +1,12 @@
## 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`.
+* Change to your locale via `chrome://settings/languages`
+* Restart the browser and test the plugin in your locale
You now have the plugin, and can click 'inspect views: background plugin' to view its dev console.
-