UI tweaks

This commit is contained in:
burke.davey
2010-08-04 15:19:59 +00:00
parent eb09fcdcc9
commit d701e7ae7b
8 changed files with 29 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 KiB

BIN
extension/comic1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
extension/comic2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
extension/comic3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
extension/comic4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
extension/comic5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
extension/comic6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -18,11 +18,11 @@
<head>
<title>Google Chrome to Phone Extension</title>
<style type="text/css">
body {
body,td {
min-width: 320px;
overflow-x: hidden;
font-family: verdana;
font-size: 14px;
font-size: 12px;
color: black;
background-color: white;
}
@@ -43,11 +43,12 @@ body {
<div id="signed_in"></div>
<h2>About</h2>
<p>Chrome to Phone, from Google, enables you to send links and other information from Chrome to your Android device. <br>
<h2 style="padding-left: 10px">About</h2>
<p style="padding-left: 10px">Chrome to Phone, from Google, enables you to send links and other information from Chrome to your Android device. <br>
Chrome to Phone is comprised of a Chrome browser extension and an Android application.</p>
<h2>Features</h2>
<h2 style="padding-left: 10px">Features</h2>
<ul>
<li>Send browser links from Chrome to your phone.</li>
<li>Google Maps links launch the Google Maps application on Android.</li>
@@ -56,8 +57,29 @@ Chrome to Phone is comprised of a Chrome browser extension and an Android applic
<li>Selecting text on a Web page will copy the clipboard to Android (long press a text box to paste on Android).</li>
</ul>
<img src="comic.png" alt="Setup instructions"/>
<table width="1131px">
<tr>
<td width="33%"><img src="comic1.png"></td>
<td width="33%"><img src="comic2.png"></td>
<td width="33%"><img src="comic3.png"></td>
</tr>
<tr>
<td></td>
<td style="padding-left: 10px">Search for 'Chrome to Phone' at chrome.google.com/extensions.</td>
<td style="padding-left: 10px">Install the Chrome to Phone extension and click on the toolbar icon to sign in.</td>
</tr>
<tr>
<td width="33%"><img src="comic4.png"></td>
<td width="33%"><img src="comic5.png"></td>
<td width="33%"><img src="comic6.png"></td>
</tr>
<tr>
<td style="padding-left: 10px">Search for 'Chrome to Phone' in Market on your Android device.</td>
<td style="padding-left: 10px">Install the Chrome to Phone Android app and complete the simple set-up process.</td>
<td style="padding-left: 10px">Click the toolbar icon to send the link or currently selected text to your phone.</td>
</tr>
</table>
<br>
<div align="center"><br>&copy;2010 Google - <a href="http://www.google.com/intl/en/about.html">About Google</a> -
<a href="http://www.google.com/privacy.html">Privacy</a> - <a href="http://chrome.google.com/extensions/intl/en/gallery_tos.html">Terms of Service</a></div>