diff options
-rw-r--r-- | docs/add-to-chrome.md | 16 |
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. - |