| Index: chrome/common/extensions/docs/templates/articles/overview.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/overview.html b/chrome/common/extensions/docs/templates/articles/overview.html
|
| index a3309340a44a56ce7de7d38f2e040d874fdb3176..bac57c3bc8f36b7e3e0a60e9aa32fda70de23e4c 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/overview.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/overview.html
|
| @@ -65,19 +65,19 @@ depending on the page.
|
|
|
| <tr>
|
| <td>
|
| - This <a href="samples.html#gmail">mail extension</a>
|
| + This <a href="samples.html#google-mail-checker">Google Mail Checker extension</a>
|
| uses a <em>browser action</em>
|
| (icon in the toolbar).
|
| </td>
|
| <td>
|
| - This <a href="samples.html#mappy">map extension</a>
|
| + This <a href="samples.html#mappy">Mappy extension</a>
|
| uses a <em>page action</em>
|
| (icon in the address bar)
|
| and <em>content script</em>
|
| (code injected into a web page).
|
| </td>
|
| <td>
|
| - This <a href="samples.html#news">news extension</a>
|
| + This <a href="samples.html#news-reader">News Reader extension</a>
|
| features a browser action that,
|
| when clicked,
|
| shows a <em>popup</em>.
|
|
|