December 15, 2021

List All Chrome Extensions Pragmatically

My QA colleague asked me the other day about how to list all chrome extensions pragmatically.

Found two solutions:

  1. use the extensions field in chrome://system/ with webdriver
  2. write a custom extension and use chrome.management.getAll api

December 15, 2021 chrome extension



Previous post
Unprettify Ligatures With Idle Timer in Emacs