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.
我正在多台机器上开发同一个应用程序,并通过谷歌驱动器保持代码同步。但他们在不同的机器上有不同的应用程序 ID,我刚开始使用 chrome synFileSystem API,它将文件放在不同的沙箱中。所以我在开发时无法在客户端之间同步数据。在开发者模式下解包时,有没有办法确保客户端之间的应用 ID 相同?
是的,您可以像这样在 manifest.json 中使用“key”属性:
"key": "MUGfMA0GCSqGSI... ...AIZQIDQAB",
更多信息:http: //developer.chrome.com/apps/manifest/key.html