数据备份方案

首先选择相应插件, 这里以 git-remark 为例

chrome.storage.local.get('github-repo-notes', res => {
console.log(JSON.stringify(res['github-repo-notes']))
})
chrome.storage.local.set({'github-repo-notes': obj}, () => {
})

相关文档

插件发版

开发者账号 backup: liweirancn@gmail.com