1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/docs/add-to-chrome.md

18 lines
778 B
Markdown
Raw Normal View History

2017-06-05 22:55:48 +02:00
## Add Custom Build to Chrome
![Load dev build](./load-dev-build-chrome.gif)
2020-06-08 22:21:05 +02: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`.
* 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`.
* 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`
* Restart the browser and test the extension in your locale
2017-06-05 22:55:48 +02: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.