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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finding earliest 'stable' availability using features files Created 7 years, 7 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
1 <table class="intro"> 1 <table></table>
2 <tr>
3 <th scope="col"></th>
4 <th scope="col"></th>
5 </tr>
6 <tr>
7 <td><strong>Description:</strong></td>
8 <td>Use the <code>chrome.webstore</code> module
9 to initiate app and extension installations "inline" from your site.</td>
10 </tr>
11 <tr>
12 <td><strong>Availability:</strong></td>
13 <td>Google Chrome 15</td>
14 </tr>
15 <tr>
16 <td><strong>Permissions:</strong></td>
17 <td>None</td>
18 </tr>
19 <tr>
20 <td><strong>Learn more:</strong></td>
21 <td><a href="https://developers.google.com/chrome/web-store/docs/inline_inst allation">Using Inline Installation</a></td>
22 </tr>
23 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698