This chapter describes the various ways in which scripting components can interact with each other using the messaging APIs provided by the Google Chrome Extensions framework. In addition to this, you will also learn how ordinary web pages can interact with an extension. Plus, you will also examine the usage of many useful APIs provided by the Extensions framework. But before all of this, first you will learn about the remaining input components.
Like the previous chapters, this chapter assumes you have some experience of writing simple web pages using technologies such as HTML, CSS, ...