# chromium_extensions **Repository Path**: chromium_develop/chromium_extensions ## Basic Information - **Project Name**: chromium_extensions - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/docs/events.md)