By now you have learned about most of the features of Google Chrome Extensions, including the architecture, messaging between different components, and the APIs provided by the Google Chrome Extensions framework. This chapter covers the remaining features of Google Chrome Extensions, such as the options page, override pages, and themes. In addition to this, you will learn about some security concerns that you should keep in mind when developing Google Chrome Extensions. These include API permissions, match pattern permissions, content-script injections, etc.
Providing an Options Page
You can ...