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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/overview.html

Issue 23526077: [DocServer] Fixed Sample Links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed kalman's feedback Created 7 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
1 <h1>Overview</h1> 1 <h1>Overview</h1>
2 2
3 3
4 <p> 4 <p>
5 Once you've finished this page 5 Once you've finished this page
6 and the 6 and the
7 <a href="getstarted.html">Getting Started</a> tutorial, 7 <a href="getstarted.html">Getting Started</a> tutorial,
8 you'll be all set to start writing extensions. 8 you'll be all set to start writing extensions.
9 </p> 9 </p>
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </td> 58 </td>
59 <td> 59 <td>
60 <img src="{{static}}/images/overview/browser-action-with-popup.png" 60 <img src="{{static}}/images/overview/browser-action-with-popup.png"
61 width="147" height="100" 61 width="147" height="100"
62 alt="screenshot" /> 62 alt="screenshot" />
63 </td> 63 </td>
64 </tr> 64 </tr>
65 65
66 <tr> 66 <tr>
67 <td> 67 <td>
68 This <a href="samples.html#gmail">mail extension</a> 68 This <a href="samples.html#google-mail-checker">Google Mail Checker extensio n</a>
69 uses a <em>browser action</em> 69 uses a <em>browser action</em>
70 (icon in the toolbar). 70 (icon in the toolbar).
71 </td> 71 </td>
72 <td> 72 <td>
73 This <a href="samples.html#mappy">map extension</a> 73 This <a href="samples.html#mappy">Mappy extension</a>
74 uses a <em>page action</em> 74 uses a <em>page action</em>
75 (icon in the address bar) 75 (icon in the address bar)
76 and <em>content script</em> 76 and <em>content script</em>
77 (code injected into a web page). 77 (code injected into a web page).
78 </td> 78 </td>
79 <td> 79 <td>
80 This <a href="samples.html#news">news extension</a> 80 This <a href="samples.html#news-reader">News Reader extension</a>
81 features a browser action that, 81 features a browser action that,
82 when clicked, 82 when clicked,
83 shows a <em>popup</em>. 83 shows a <em>popup</em>.
84 </td> 84 </td>
85 </tr> 85 </tr>
86 </table> 86 </table>
87 87
88 <p> 88 <p>
89 Extensions (and packaged apps) can also present a UI in other ways, 89 Extensions (and packaged apps) can also present a UI in other ways,
90 such as adding to the Chrome context menu, 90 such as adding to the Chrome context menu,
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 <ul> 602 <ul>
603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li> 603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li>
604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li> 604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li>
605 <li> <a href="devguide.html">Developer's Guide</a> </li> 605 <li> <a href="devguide.html">Developer's Guide</a> </li>
606 <li> <a href="samples.html">Samples</a> </li> 606 <li> <a href="samples.html">Samples</a> </li>
607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>, 607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>,
608 such as 608 such as
609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a> 609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a>
610 </li> 610 </li>
611 </ul> 611 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698