Window
In this article, we will explain the basic concepts of window plugins.
Last updated
In this article, we will explain the basic concepts of window plugins.
Last updated
The vast majority of plugins should be developed using this method. It provides a browser window where you can develop the desired features, and this window will automatically pop up when the user clicks on the plugin.
We can set the window properties by setting the main field in the manifest.json file.
Set the default open link URL for the window:
Set the default width and height of the window:
After setting other metadata.json fields, the final code is as follows:
Note: You can refer to to learn about all the configuration methods for manifest.json