From c0a2996d35ada5d744ec137661e6105ba63499f0 Mon Sep 17 00:00:00 2001 From: Le Quoc Viet Date: Sat, 17 Mar 2018 19:56:10 +0000 Subject: Small edits --- docs/add-to-chrome.md | 16 ++++++---------- 1 file 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. - -- cgit From e34355ca217684b8c79a072e9a578e738e058dea Mon Sep 17 00:00:00 2001 From: Le Quoc Viet Date: Sat, 17 Mar 2018 20:33:20 +0000 Subject: Update add-to-chrome.md --- docs/add-to-chrome.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/add-to-chrome.md b/docs/add-to-chrome.md index 6dd14f806..9c321a1a6 100644 --- a/docs/add-to-chrome.md +++ b/docs/add-to-chrome.md @@ -6,5 +6,7 @@ * 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. -- cgit