Subject of the issue
Add a search option at the very top (after extension name) that allows users to directly search and get the filtered results on the extension. For example, if I type Font-size, the font size option should appear on the extension or the user should be directed to that part, whichever you feel is easy to implement.
For searching, I suggest using fuzzy search technique as it allows users to search for misspelled options too. You can use FuseJS by incorporating the CDN for that or by downloading the module.
Read more about FuseJS here
Subject of the issue
Add a search option at the very top (after extension name) that allows users to directly search and get the filtered results on the extension. For example, if I type Font-size, the font size option should appear on the extension or the user should be directed to that part, whichever you feel is easy to implement.
For searching, I suggest using fuzzy search technique as it allows users to search for misspelled options too. You can use FuseJS by incorporating the CDN for that or by downloading the module.
Read more about FuseJS here