OLD | NEW |
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 Loading... |
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 --> |
OLD | NEW |