Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一个扩展。此扩展的一部分包含一个 html 页面。我将该页面称为谷歌应用程序,在 chrome 应用程序之间插入一个图标。
是否可以创建一个清单文件以将 chrome 应用程序与 chrome 扩展程序集成?
不。您将同时创建一个应用程序和一个扩展程序,然后如果您检测到一个未安装,则鼓励用户安装两者。
有一个突出的功能请求允许捆绑安装多个应用程序/扩展程序。