Load unpacked Chrome extension programmatically

前端 未结 4 2212
广开言路
广开言路 2021-02-14 00:31

Is it possible to load and unload unpacked Chrome extensions from the Command Line?

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-14 00:59

    It is possible to install using --load-and-launch-app=path/to/app

    it is working for both apps and extensions. (I tested on chrome Version 35.0.1916.153 m)

    I am not sure that there is another command for uninstalling. I found this list of chromium commands which is very useful.

提交回复
热议问题