4 quick examples to explore the basic concepts of Chrome extension development.
# | Project | Description |
---|---|---|
01 | Hello Extensions | A basic extension displaying "Hello Extensions" when the user clicks on the extension toolbar icon. |
02 | Reading time | An extension that inserts an element on every page automatically. |
03 | Focus Mode | An extension that simplifies the styling of the current page. |
04 | Tabs Manager | An extension to manage browser tabs. |
Based on Getting Started Guides by Chrome Developers (2023).