chrome extension installation steps

This commit is contained in:
Mario Colque 2014-05-14 18:43:25 -03:00
parent cb54a09b5b
commit db09ebc353
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copay Chrome Extension - Install</title>
<link rel="stylesheet" href="../../css/foundation.min.css">
</head>
<body>
<div class="row">
<h1>Copay Installation:</h1>
<ul>
<li>Download <a href="copay-chrome-extension.zip">ZIP</a></li>
<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>
</ul>
</div>
</body>
</html>