Develop Microsoft Edge extensions

1.1 开发准备

最少需要下面几个信息:

  • An app manifest JSON file that contains basic platform information.
  • A JavaScript file that defines the function.
  • HTML and CSS files that define the user interface.

参考资料/文档:
Edge 开发文档: docs.microsoft.com
chrome API: developer.chrome.com/docs

posted @ 2021-11-17 13:55  那个白熊  阅读(93)  评论(0)    收藏  举报