blob: db75287156cc2a80b99866a347592cd6589e2d71 [file] [log] [blame] [view]
michaelpg4041a2c2017-02-28 01:35:091This will become a reusable extensions module. It implements the core parts of
2Chrome's extension system, and can be used with any host of the
3[content module](/content/README.md).
4
5Some extensions code that is not Chrome-specific still lives in
6[//chrome/browser/extensions](/chrome/browser/extensions) and will be moved
7here.
8
rdevlin.croninc9da4242017-05-23 23:19:399Technical 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)