2017-06-05 22:55:48 +02:00
|
|
|
## Add Custom Build to Chrome
|
|
|
|
|
2020-06-08 23:07:22 +02:00
|
|
|
![Load dev build](./load-dev-build-chrome.gif)
|
2020-06-08 22:21:05 +02:00
|
|
|
|
2018-03-17 20:56:10 +01:00
|
|
|
* 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`.
|
2018-03-17 21:33:20 +01:00
|
|
|
* Change to your locale via `chrome://settings/languages`
|
|
|
|
* Restart the browser and test the plugin in your locale
|
2017-06-05 22:55:48 +02:00
|
|
|
|
|
|
|
You now have the plugin, and can click 'inspect views: background plugin' to view its dev console.
|