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.
是否可以在单个 chrome 扩展中同时设置 chrome 主题和 chrome 默认值(即默认主页和搜索引擎)?
不,因为主题与扩展(具有覆盖设置的功能)是分开的——它不能是一个实体。一旦您"theme"在清单中声明,您就无法添加正常的扩展密钥。
"theme"
扩展不能导致安装其他扩展(包括主题)。我曾短暂考虑过使用共享模块机制,但这不允许导入的扩展正常运行 - 所以导入的主题(如果这可能的话,我怀疑)不会工作。
此外,没有扩展 API 来操作主题,也没有设置覆盖来配置主题。