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
|
|
|
|
2022-02-22 20:05:22 +01:00
|
|
|
* Create a local build of MetaMask using your preferred method.
|
|
|
|
* You can find build instructions in the [readme](https://github.com/MetaMask/metamask-extension#readme).
|
2018-03-17 20:56:10 +01:00
|
|
|
* Open `Settings` > `Extensions`.
|
2022-02-22 20:05:22 +01:00
|
|
|
* Or go straight to [chrome://extensions](chrome://extensions).
|
2018-03-17 20:56:10 +01:00
|
|
|
* Check "Developer mode".
|
|
|
|
* At the top, click `Load Unpacked Extension`.
|
2022-02-22 20:05:22 +01:00
|
|
|
* Navigate to your `metamask-extension/dist/chrome` folder.
|
2018-03-17 20:56:10 +01:00
|
|
|
* Click `Select`.
|
2018-03-17 21:33:20 +01:00
|
|
|
* Change to your locale via `chrome://settings/languages`
|
2022-02-22 20:05:22 +01:00
|
|
|
* Restart the browser and test the extension in your locale
|
2017-06-05 22:55:48 +02:00
|
|
|
|
2022-02-22 20:05:22 +01:00
|
|
|
Your dev build is now added to Chrome, and you can click `Inspect views
|
|
|
|
background.html` in its card on the extension settings page to view its dev console.
|