Dropdown as part of extension - Scroll Required

Chrome extensions need to be automate with desktop automation, the web selenium ide commands can not be used, because Chrome extensions are in no way connected to the browser “document object model” (DOM).

For general browser addon automation see the Automate a chrome extension post.

Now, for the dropdown automation: