| Index: chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html b/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
|
| index 9bacc2f1a09d3bf394fcdef07c7cf0c0e42709da..9d0d1b07c1dfa04ab951191ccb4808a1d89b2386 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/tut_migration_to_manifest_v2.html
|
| @@ -123,7 +123,7 @@ to the browser action and page action APIs,
|
| and replaces a few old APIs with newer ones.
|
| </p>
|
|
|
| -<h3>Changes to browser actions</h3>
|
| +<h3 id="browser_actions">Changes to browser actions</h3>
|
|
|
| <p>
|
| The browser actions API introduces some naming changes:</p>
|
| @@ -145,7 +145,7 @@ The browser actions API introduces some naming changes:</p>
|
| </ul>
|
| </ul>
|
|
|
| -<h3>Changes to page actions</h3>
|
| +<h3 id="page_actions">Changes to page actions</h3>
|
|
|
| <p>Similar to the changes for browser actions,
|
| the page actions API has also changed:</p>
|
| @@ -167,7 +167,7 @@ The browser actions API introduces some naming changes:</p>
|
| </ul>
|
| </ul>
|
|
|
| -<h3>Removed and changed APIs</h3>
|
| +<h3 id="removed">Removed and changed APIs</h3>
|
|
|
| <p>
|
| A few extension APIs have been removed and replaced with new counterparts:
|
| @@ -195,7 +195,7 @@ Many of these changes stem from Chrome’s adoption of
|
| you should read more about this policy to understand its implications.
|
| </p>
|
|
|
| -<h3>Inline scripts and event handlers disallowed</h3>
|
| +<h3 id="inline">Inline scripts and event handlers disallowed</h3>
|
|
|
| <p>
|
| Due to the use of <a href="contentSecurityPolicy.html">Content Security Policy</a>,
|
| @@ -252,7 +252,7 @@ This is a much cleaner way of separating
|
| your extension’s behavior from its user interface markup.
|
| </p>
|
|
|
| -<h3>Embedding content</h3>
|
| +<h3 id="embedding">Embedding content</h3>
|
|
|
| <p>
|
| There are some scenarios where your extension might embed content
|
| @@ -305,7 +305,7 @@ There are two ways to do this:
|
| </pre></li>
|
| </ol>
|
|
|
| -<h3>Using dynamic script evaluation</h3>
|
| +<h3 id="using">Using dynamic script evaluation</h3>
|
|
|
| <p>
|
| Perhaps one of the biggest changes in the new manifest v2 scheme is
|
|
|