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 | |||||
9 | See [//extensions/docs](/extensions/docs) for technical documentation. |