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

15 lines
548 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
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.