OLD | NEW |
1 This will become a reusable extensions module. It implements the core parts of | 1 This will become a reusable extensions module. It implements the core parts of |
2 Chrome's extension system, and can be used with any host of the | 2 Chrome's extension system, and can be used with any host of the |
3 [content module](/content/README.md). | 3 [content module](/content/README.md). |
4 | 4 |
5 Some extensions code that is not Chrome-specific still lives in | 5 Some extensions code that is not Chrome-specific still lives in |
6 [//chrome/browser/extensions](/chrome/browser/extensions) and will be moved | 6 [//chrome/browser/extensions](/chrome/browser/extensions) and will be moved |
7 here. | 7 here. |
8 | 8 |
9 See [//extensions/docs](/extensions/docs) for technical documentation. | 9 Technical Documentation: |
| 10 |
| 11 * [Extension and App Types](/extensions/docs/extension_and_app_types.md) |
| 12 |
| 13 * [Features System](/chrome/common/extensions/api/_features.md) |
| 14 |
| 15 * [Bindings System](/extensions/renderer/bindings.md) |
OLD | NEW |