What are Chrome apps vs plugins vs extensions and how to develop them

后端 未结 3 1258
南笙
南笙 2021-02-03 17:26

I am trying to understand about Chrome (browser) development. I am very new to this and trying to figure out where to start in order to develop for Chrome Browser.

Just

3条回答
  •  终归单人心
    2021-02-03 18:20

    To answer your first question this explains the differences between apps and extensions (I think there's no better way to explain their nature): https://developers.google.com/chrome/web-store/articles/apps_vs_extensions

    What do you mean with "what kind of apps"? You can develop both hosted and packaged apps if is that what you intended, give a look at this: https://developers.google.com/chrome/apps/docs/index

    Anyway the easiest way to start would be by building an extension, how-tos and good documentation makes it good to start with:

    http://developer.chrome.com/extensions/getstarted.html

提交回复
热议问题