Extensions / Develop  |  Chrome for Developers (original) (raw)

Develop

After reading the Get Started section, use this guide as an outline of extension components, their capabilities and how to combine them. First familiarize yourself with what extensions are capable of:

Then learn how to combine these features using the extensions core concepts section.

Design the user interface

Most extensions need some kind of user interaction to work. The extensions platform provides a variety of ways to add interactions to your extension. These methods include popups triggered from the Chrome toolbar, side panels, context menus, and more.

Control the browser

Chrome's extension APIs make it possible to change the way your browser works.

Control the web

Dynamically change the content and behavior of web pages. You can control and modify the web by injecting scripts, intercepting network requests, and using web APIs to interact with web pages.

Core concepts

Using web platform and extension APIs you can build more complex features by combining different UI components and extension platform features.

More topics