1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/docs/add-to-chrome.md
Erik Marks b92aab1e87
Update manual build instructions in documentation (#13508)
Updates the "add custom build" instructions for Chrome and Firefox, which were outdated and/or poorly written.
2022-02-22 11:05:22 -08:00

18 lines
778 B
Markdown

## Add Custom Build to Chrome
![Load dev build](./load-dev-build-chrome.gif)
* 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).
* Open `Settings` > `Extensions`.
* Or go straight to [chrome://extensions](chrome://extensions).
* Check "Developer mode".
* At the top, click `Load Unpacked Extension`.
* Navigate to your `metamask-extension/dist/chrome` folder.
* Click `Select`.
* Change to your locale via `chrome://settings/languages`
* Restart the browser and test the extension in your locale
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.