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

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

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <h1>Tutorial: Migrate to Manifest V2</h1> 1 <h1>Tutorial: Migrate to Manifest V2</h1>
2 2
3 <p> 3 <p>
4 Manifest version 1 was deprecated in Chrome 18, 4 Manifest version 1 was deprecated in Chrome 18,
5 and support will be phased out according to the 5 and support will be phased out according to the
6 <a href="manifestVersion.html">manifest version 1 support schedule</a>. 6 <a href="manifestVersion.html#manifest-v1-support-schedule">manifest version 1 s upport schedule</a>.
7 The changes from version 1 to version 2 7 The changes from version 1 to version 2
8 fall under two broad categories: 8 fall under two broad categories:
9 API changes and Security changes. 9 API changes and Security changes.
10 </p> 10 </p>
11 11
12 <p> 12 <p>
13 This document provides checklists for migrating your Chrome extensions 13 This document provides checklists for migrating your Chrome extensions
14 from manifest version 1 to version 2, 14 from manifest version 1 to version 2,
15 followed by more detailed summaries of what these changes mean and why they were made. 15 followed by more detailed summaries of what these changes mean and why they were made.
16 </p> 16 </p>
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 For more information about using sandboxing to isolate unsafe code, 349 For more information about using sandboxing to isolate unsafe code,
350 read the <a href="sandboxingEval.html">sandboxing eval</a> article. 350 read the <a href="sandboxingEval.html">sandboxing eval</a> article.
351 You can learn more about Content Security Policy 351 You can learn more about Content Security Policy
352 by visiting our extensions-related tutorial and a 352 by visiting our extensions-related tutorial and a
353 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy /">good introduction on HTML5Rocks</a>. 353 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy /">good introduction on HTML5Rocks</a>.
354 </p> 354 </p>
355 355
356 356
357 357
358 358
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698