Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9040)

Unified Diff: chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/credits.html

Issue 8114011: Add sample extensions that use the text-to-speech (TTS) API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/credits.html
===================================================================
--- chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/credits.html (revision 0)
+++ chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/credits.html (revision 0)
@@ -0,0 +1,40 @@
+<html>
+<head>
+ <title>Talking Alarm Clock</title>
+ <style>
+ body {
+ font-family: arial, helvetica, sans-serif;
+ font-size: 13;
+ }
+ </style>
+</head>
+<body>
+
+<img src="clock-128.png" style="float: left; margin: 0 20px 200px 0;">
+
+<p>
+<b>Talking Alarm Clock for Google Chrome</b>
+</p>
+
+<p>
+by Dominic Mazzoni
+</p>
+
+<p>
+Talking Alarm Clock uses the following sound files from Freesound
+(<a href="http://www.freesound.org">http://www.freesound.org</a>):
+</p>
+
+<ul style="margin-left: 150px;">
+<li>alarmclockbeeps from tedthetrumpet
+<li>alarm_clock_ringing from joedeshon
+<li>CuckooClock6DP from acclivity
+<li>ClockStrikes12 from acclivity
+<li>Maxines from TexasMusicForge
+<li>fat_beat_1 from -zin-
+<li>morning_in_the_forest_2007_04_15 from reinsamba
+<li>20070812.rooster from dobroide
+</ul>
+
+</body>
+</html>
Property changes on: chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/credits.html
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698