How to locate Google Chrome extension dir

自古美人都是妖i 提交于 2019-12-02 06:05:57
  1. Visit chrome://version.
  2. Look at Profile Path.
  3. Extensions can be found in the Extensions subdirectory of the path you found at the previous step.

You can also load the extension using the --load-extension flag:

chrome.exe --load-extension=path/to/extension

The recommended mechanism for installing extensions programmatically is external extensions. It has the advantage of not depending on Chrome paths that might change, instead you can use a stable registry key or JSON file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!