我正在做一个扩展,以取代用户新的标签页,我也希望它取代用户启动主页。现在在我的舱单里我用:
"chrome_settings_overrides" : {
"homepage": "givr/index.html"
},但是,当我试图安装扩展时,我会得到一个错误,说明它不是一个有效值:
“重写主页url的ErrorInvalid值:‘givr/index.html’。”
有什么想法吗?
发布于 2022-01-27 06:21:20
像这样的东西,对我来说很管用:
"chrome_settings_overrides" : {
"homepage": "https://own.intra.site/index.html"
}https://stackoverflow.com/questions/64869236
复制相似问题