Wallet/webapp/index-download-chrome.html

22 lines
661 B
HTML
Raw Normal View History

2014-05-14 18:43:25 -03:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copay Chrome Extension - Install</title>
2014-05-30 11:45:07 -03:00
<link rel="stylesheet" href="../../css/foundation.min.css">
2014-05-14 18:43:25 -03:00
</head>
<body>
<div class="row">
2014-05-16 17:26:47 -03:00
<h1>Copay Chrome Installation:</h1>
2014-05-30 11:30:01 -03:00
<ol>
<li>Download the <a href="copay-chrome-extension.zip">ZIP</a></li>
2014-05-14 18:43:25 -03:00
<li>Unpack the ZIP file</li>
<li>Navigate to "chrome://extensions" in your browser</li>
<li>Enable Developer Mode</li>
<li>Click "Load unpacked extension" and select the unzipped folder</li>
<li>Copay is installed!</li>
2014-05-30 11:30:01 -03:00
</ol>
2014-05-14 18:43:25 -03:00
</div>
</body>
</html>