blob: e17a37dc3485bd06e4dcf0efae7d9dd7f9983cb4 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
See [//extensions/docs](/extensions/docs) for technical documentation.
|