[appview] Updated READMEs

This commit is contained in:
Francois Beaufort
2015-06-11 10:40:31 +02:00
parent 5c0ff35747
commit 5ebbfeae6d
3 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ Sample | API or feature | Link
<a name="_sample_analytics" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/analytics">analytics</a> | <a href="#_feature_storage">storage</a><br> <a href="#mobile-support">ios</a><br> <a href="#mobile-support">android</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/anfhlhgdnbpnglngmblhkdifdbcepjce"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_appengine-channelapi_app" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/appengine-channelapi/app">appengine-channelapi/app</a> | <a href="#_feature_webview">webview</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/alieplnmdkoekpkepkfgickpmhhabfkl"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_appsquare" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/appsquare">appsquare</a> | <a href="#_feature_geolocation">geolocation</a><br> <a href="#_feature_identity">identity</a><br> <a href="#_feature_storage">storage</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/loimmcmmgnhkbppokdpfhlccebcpicld"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_appview_embedded-app" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/appview/embedded-app">appview/embedded-app</a> | <a href="#_feature_getUserMedia">getUserMedia</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/mighjnlldblaiimoaidiggecdkobklfe"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_appview_host-app" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/appview/host-app">appview/host-app</a> | <a href="#_feature_appview">appview</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/gkmjlnhjcdognmniiadfdhdlgdocngda"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_blink1" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/blink1">blink1</a> | <a href="#_feature_hid">hid</a><br> <a href="#_feature_usb">usb</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/kcpjgiicabigbjejdjnkflkdkjknkdch"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_bluetooth-samples_battery-service-demo" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/bluetooth-samples/battery-service-demo">bluetooth-samples/battery-service-demo</a> | <a href="#_feature_bluetooth">bluetooth</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/kllncpgahapecnfkhefffabcemaknamh"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
<a name="_sample_bluetooth-samples_device-info-demo" href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/bluetooth-samples/device-info-demo">bluetooth-samples/device-info-demo</a> | <a href="#_feature_bluetooth">bluetooth</a><br> | <a target="_blank" href="https://chrome.google.com/webstore/detail/dblimghcclaakknbpajckcamddhjaaai"><img alt="Try it now" src="https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton_small.png" title="Click here to install this sample from the Chrome Web Store"></img></a>
@@ -110,6 +112,7 @@ Sample | API or feature | Link
API or feature | Samples
--- | ---
<a name="_feature_alarms"></a>alarms | <a href="#_sample_todomvc">todomvc</a>
<a name="_feature_appview"></a>appview | <a href="#_sample_appview_host-app">appview_host-app</a>
<a name="_feature_bluetooth"></a>bluetooth | <a href="#_sample_bluetooth-samples_battery-service-demo">bluetooth-samples_battery-service-demo</a> <a href="#_sample_bluetooth-samples_device-info-demo">bluetooth-samples_device-info-demo</a> <a href="#_sample_bluetooth-samples_heart-rate-sensor">bluetooth-samples_heart-rate-sensor</a> <a href="#_sample_ioio">ioio</a>
<a name="_feature_clipboard"></a>clipboard | <a href="#_sample_calculator">calculator</a> <a href="#_sample_diff">diff</a> <a href="#_sample_text-editor">text-editor</a>
<a name="_feature_commands"></a>commands | <a href="#_sample_mini-code-edit">mini-code-edit</a>
@@ -121,7 +124,7 @@ API or feature | Samples
<a name="_feature_fullscreen"></a>fullscreen | <a href="#_sample_window-options">window-options</a> <a href="#_sample_window-state">window-state</a>
<a name="_feature_gcm"></a>gcm | <a href="#_sample_gcm-notifications">gcm-notifications</a>
<a name="_feature_geolocation"></a>geolocation | <a href="#_sample_appsquare">appsquare</a> <a href="#_sample_clock">clock</a> <a href="#_sample_weather">weather</a> <a href="#_sample_webview-samples_webview">webview-samples_webview</a>
<a name="_feature_getUserMedia"></a>getUserMedia | <a href="#_sample_camera-capture">camera-capture</a> <a href="#_sample_io2012-presentation">io2012-presentation</a> <a href="#_sample_io2012-presentation_servo">io2012-presentation_servo</a> <a href="#_sample_manga-cam">manga-cam</a> <a href="#_sample_servo">servo</a> <a href="#_sample_usb-label-printer">usb-label-printer</a> <a href="#_sample_webview-samples_webview">webview-samples_webview</a>
<a name="_feature_getUserMedia"></a>getUserMedia | <a href="#_sample_appview_embedded-app">appview_embedded-app</a> <a href="#_sample_camera-capture">camera-capture</a> <a href="#_sample_io2012-presentation">io2012-presentation</a> <a href="#_sample_io2012-presentation_servo">io2012-presentation_servo</a> <a href="#_sample_manga-cam">manga-cam</a> <a href="#_sample_servo">servo</a> <a href="#_sample_usb-label-printer">usb-label-printer</a> <a href="#_sample_webview-samples_webview">webview-samples_webview</a>
<a name="_feature_hid"></a>hid | <a href="#_sample_blink1">blink1</a> <a href="#_sample_hid">hid</a>
<a name="_feature_identity"></a>identity | <a href="#_sample_appsquare">appsquare</a> <a href="#_sample_gdrive">gdrive</a> <a href="#_sample_github-auth">github-auth</a> <a href="#_sample_identity">identity</a> <a href="#_sample_instagram-auth">instagram-auth</a> <a href="#_sample_one-time-payment">one-time-payment</a> <a href="#_sample_tasks">tasks</a> <a href="#_sample_web-store">web-store</a>
<a name="_feature_in-app-payments"></a>in-app-payments | <a href="#_sample_managed-in-app-payments">managed-in-app-payments</a>

View File

@@ -0,0 +1 @@
<a target="_blank" href="https://chrome.google.com/webstore/detail/mighjnlldblaiimoaidiggecdkobklfe">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store")</a>

View File

@@ -0,0 +1 @@
<a target="_blank" href="https://chrome.google.com/webstore/detail/gkmjlnhjcdognmniiadfdhdlgdocngda">![Try it now in CWS](https://raw.github.com/GoogleChrome/chrome-app-samples/master/tryitnowbutton.png "Click here to install this sample from the Chrome Web Store")</a>