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

Side by Side Diff: chrome/common/extensions/docs/examples/api/i18n/detectLanguage/popup.html

Issue 1306873003: Added example of chrome.i18n.detectLanguage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added License header in comments in js file Created 5 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 body {
5 font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
6 font-size: 100%;
7 }
8 </style>
9 <script src="popup.js"></script>
10 </head>
11 <body>
12 <div id="detect_lang">
13 <textarea id="text" placeholder="Text to translate" style="padding: 10px; width: 300px;"></textarea>
14 <button id="btn-detect">Translate</button>
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698