Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "title": "Devtools", | 3 "title": "Devtools", |
| 4 "items": [ | 4 "items": [ |
| 5 { | 5 { |
| 6 "title": "Learn Basics", | 6 "title": "Learn Basics", |
| 7 "href": "/devtools", | 7 "href": "/devtools", |
| 8 "items": [ | 8 "items": [ |
| 9 { | 9 { |
| 10 "title": "Overview", | 10 "title": "Overview", |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 609 "title": "Native Messaging", | 609 "title": "Native Messaging", |
| 610 "href": "/extensions/nativeMessaging" | 610 "href": "/extensions/nativeMessaging" |
| 611 }, | 611 }, |
| 612 { | 612 { |
| 613 "title": "Migrate to Manifest 2", | 613 "title": "Migrate to Manifest 2", |
| 614 "href": "/extensions/tut_migration_to_manifest_v2" | 614 "href": "/extensions/tut_migration_to_manifest_v2" |
| 615 }, | 615 }, |
| 616 { | 616 { |
| 617 "title": "OAuth", | 617 "title": "OAuth", |
| 618 "href": "/extensions/tut_oauth" | 618 "href": "/extensions/tut_oauth" |
| 619 }, | |
| 620 { | |
| 621 "title": "Options", | |
|
not at google - send to devlin
2015/02/06 19:40:50
I would say "Options (Traditional)" and "Options (
| |
| 622 "href": "/extensions/options" | |
| 623 }, | |
| 624 { | |
| 625 "title": "Options Version 2", | |
| 626 "href": "/extensions/optionsV2" | |
| 619 } | 627 } |
| 620 ] | 628 ] |
| 621 }, | 629 }, |
| 622 { | 630 { |
| 623 "title": "Distribute Extensions", | 631 "title": "Distribute Extensions", |
| 624 "href": "/extensions/hosting", | 632 "href": "/extensions/hosting", |
| 625 "items": [ | 633 "items": [ |
| 626 { | 634 { |
| 627 "title": "Hosting", | 635 "title": "Hosting", |
| 628 "href": "/extensions/hosting" | 636 "href": "/extensions/hosting" |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1049 "title": "Articles", | 1057 "title": "Articles", |
| 1050 "href": "/webstore/articles" | 1058 "href": "/webstore/articles" |
| 1051 } | 1059 } |
| 1052 ] | 1060 ] |
| 1053 } | 1061 } |
| 1054 ] | 1062 ] |
| 1055 } | 1063 } |
| 1056 ] | 1064 ] |
| 1057 } | 1065 } |
| 1058 ] | 1066 ] |
| OLD | NEW |