aboutsummaryrefslogtreecommitdiffstats
path: root/docs/add-to-chrome.md
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-20 01:09:04 +0800
committerDan <danjm.com@gmail.com>2018-03-20 01:09:04 +0800
commit57338200247fa6520a58c9b4a9625edb0382aba1 (patch)
tree3426e5a90a6ba39dc2d96e3a2563b862d47bb12a /docs/add-to-chrome.md
parent98f934fb53b0ff66c3de3d11e1ea22b54f956fe6 (diff)
parenta1db40047c2a6fdbb8d2de2abacd0484e12e128d (diff)
downloadtangerine-wallet-browser-57338200247fa6520a58c9b4a9625edb0382aba1.tar.gz
tangerine-wallet-browser-57338200247fa6520a58c9b4a9625edb0382aba1.tar.zst
tangerine-wallet-browser-57338200247fa6520a58c9b4a9625edb0382aba1.zip
Merge branch 'master' into i18n-translator-redux
Diffstat (limited to 'docs/add-to-chrome.md')
-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.
-