mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-01-06 17:04:05 +00:00
65 lines
2.5 KiB
HTML
65 lines
2.5 KiB
HTML
<!--
|
|
Copyright 2010 Google Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>About Google Chrome to Phone Extension</title>
|
|
<style type="text/css">
|
|
body {
|
|
min-width: 320px;
|
|
overflow-x: hidden;
|
|
font-family: verdana;
|
|
font-size: 12px;
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body onload="loadHandler()">
|
|
<h1><img src="icon_128.png" width="64" height="64" valign="bottom"> Google Chrome to Phone Extension</h1>
|
|
|
|
<h2>About</h2>
|
|
<p>Google Chrome to Phone Extension enables you to send links and other information from Chrome to your Android device. Simply<br>
|
|
click on the phone icon and the link will be pushed to your device. You will be required to log in with the same account used by<br>
|
|
your Android device.</p>
|
|
|
|
<h2>Features</h2>
|
|
<p>
|
|
<ul>
|
|
<li>Send browser links from Chrome to your phone.</li>
|
|
<li>Google Maps links launch the Google Maps application on Android.</li>
|
|
<li>YouTube links launch the YouTube application on Android.</li>
|
|
<li>Selecting a phone number will automatically launch the dialer with the number populated.</li>
|
|
<li>Selecting text on a Web page will copy the clipboard to Android (long press a text box to paste on Android).</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h2>Android Setup Instructions</h2>
|
|
<p>
|
|
<ol>
|
|
<li>Download the Google Chrome to Phone Extension application to your Android device from Android Market. Note that this application requires Android 2.2 ("Froyo") or later. <br><img src="qr.png"></li>
|
|
<li>Start the application and follow the instructions, choosing the account to use (this must match the account you sign in to with Google Chrome to Phone Extension on the desktop). Note that Google Apps accounts are not supported at this time.</li>
|
|
</ol>
|
|
</p>
|
|
|
|
<div align="center"><br>©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>
|
|
|
|
</body>
|
|
</html>
|