summaryrefslogtreecommitdiff
path: root/chromium/extensions/README.md
blob: d04c5a9da2918c1f6c3bd51f1f14278967e2c1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This will become a reusable extensions module. It implements the core parts of
Chrome's extension system, and can be used with any host of the
[content module](/content/README.md).

Some extensions code that is not Chrome-specific still lives in
[//chrome/browser/extensions](/chrome/browser/extensions) and will be moved
here.

Technical Documentation:

* [Extension and App Types](/extensions/docs/extension_and_app_types.md)

* [Features System](/chrome/common/extensions/api/_features.md)

* [Bindings System](/extensions/renderer/bindings.md)

* [Extension events](/extensions/common/events.md)