Google-chrome – Get a list of installed chrome extensions

google-chromegoogle-chrome-extensions

I'm debugging a web application that doesn't work for a user and one of my suspicions is that an installed Chrome extension is interfering with it. Is there an easy way for the user to provide me with a list of their installed extensions? chrome://extensions is a possibility, but it's not easy to extract the information I need except to copy each name manually.

Best Answer

Go to chrome://system and click the expand button to the right of the "extensions" row. This provides a comma sorted list of all extensions. You can drag and highlight the list to copy.

This also has the benefit in that it lists on active extensions since installed but deactivated extensions can be ruled out. For a complete list have them activate all extensions they have, refresh the chrome://system page and copy the now updated list.

Related Question