📄️ Before Start
Many things said at the beginning of this site are oriented towards beginners.
📄️ Creating Your Own Extension
It can also be very useful for testing for you to have the ability to create your own extension. In the next chapter, there will be a more detailed discussion of the structure of extensions; for now, you can download an example at this link.
📄️ Extension Structure
Although for many extensions may seem simple, in reality, it is a set of several components, 4 of which are basic:
📄️ Storage
When you create a Chrome extension, you have several ways to store data:
📄️ Native Messages
Native messaging - API that helps to exchange messages with native applications.