copay/webapp/index-download-chrome.html

23 lines
661 B
HTML
Raw Normal View History

2014-05-14 14:43:25 -07: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 07:45:07 -07:00
<link rel="stylesheet" href="../../css/foundation.min.css">
2014-05-14 14:43:25 -07:00
</head>
<body>
<div class="row">
2014-05-16 13:26:47 -07:00
<h1>Copay Chrome Installation:</h1>
2014-05-30 07:30:01 -07:00
<ol>
<li>Download the <a href="copay-chrome-extension.zip">ZIP</a></li>
2014-05-14 14:43:25 -07: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 07:30:01 -07:00
</ol>
2014-05-14 14:43:25 -07:00
</div>
</body>
</html>