[storage.sync](https://developer.chrome.com/docs/extensions/reference/api/storage?hl=zh-cn#property-sync) 如果同步功能处于启用状态,系统会将数据同步到用户已登录的任何 Chrome 浏览器。如果停用,则其行为类似于 storage.local。Chrome 会在离线时将数据存储在本地,并在重新连接到网络后继续同步。配额限制约为 **100 KB**,即每个项 8 KB。我们建议使用 storage.sync 在同步的浏览器中保留用户设置。如果您要处理敏感用户数据,请改用 storage.session。