Automate Google Chrome extension installation

前端 未结 2 819
眼角桃花
眼角桃花 2021-02-04 15:16

I am working on creating a Google Chrome extension. We have it included in an automated build system and since it is constantly being worked on we need a solution to be able to

2条回答
  •  一个人的身影
    2021-02-04 15:36

    You may be able to use external extensions. You will need to generate the external_extensions.json file or add your extension to the registry.

    http://code.google.com/chrome/extensions/dev/external_extensions.html

提交回复
热议问题