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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/experimental_infobars.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p> 2 <p>
3 The infobars API allows you to add a 3 The infobars API allows you to add a
4 horizontal panel just above a tab's contents, 4 horizontal panel just above a tab's contents,
5 as the following screenshot shows. 5 as the following screenshot shows.
6 </p> 6 </p>
7 <p> 7 <p>
8 <img src="{{static}}/images/infobar.png" 8 <img src="{{static}}/images/infobar.png"
9 width="566" height="150" 9 width="566" height="150"
10 alt="An infobar asking whether the user wants to translate the current page" / > 10 alt="An infobar asking whether the user wants to translate the current page" / >
(...skipping 23 matching lines...) Expand all
34 "version": "1.0", 34 "version": "1.0",
35 <b>"permissions": ["experimental"],</b> 35 <b>"permissions": ["experimental"],</b>
36 <b>"icons": {</b> 36 <b>"icons": {</b>
37 <b>"16": "16.png"</b> 37 <b>"16": "16.png"</b>
38 <b>},</b> 38 <b>},</b>
39 "background": { 39 "background": {
40 "scripts": ["background.js"] 40 "scripts": ["background.js"]
41 } 41 }
42 }</pre> 42 }</pre>
43 <!-- END AUTHORED CONTENT --> 43 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698