michaelpg | 4041a2c | 2017-02-28 01:35:09 | [diff] [blame] | 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 |
| 3 | [content module](/content/README.md). |
| 4 | |
| 5 | Some extensions code that is not Chrome-specific still lives in |
| 6 | [//chrome/browser/extensions](/chrome/browser/extensions) and will be moved |
| 7 | here. |
| 8 | |
rdevlin.cronin | c9da424 | 2017-05-23 23:19:39 | [diff] [blame] | 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) |