我正在尝试使用以下权限在chrome网上商店上传我的Chrome扩展程序:
"permissions" : [ "nativeMessaging", "tabs", "http://*google.com/*" ],
发生错误:无法处理您的商品。
The field permissions.http://*.google.com/* is not allowed in manifest.
The field permissions.tabs is not allowed in manifest.
=============================================== =======================
我也尝试过使用:
"optional_permissions" : [ "tabs", "http://*google.com/*" ],
并尝试访问这些访问权限以获取以下API的可选权限:“chrome.permissions.request”
但我有以下问题: