multithreaded-download-manager icon indicating copy to clipboard operation
multithreaded-download-manager copied to clipboard

如何备份设置,我不想每次重装都要设置一遍

Open sherlocknieh opened this issue 3 years ago • 2 comments

如题

sherlocknieh avatar Jun 19 '21 21:06 sherlocknieh

目前只能从开发者工具操作了,在 about:debugging#/runtime/this-firefox 中调试这个扩展,控制台中运行:

JSON.stringify(await browser.storage.local.get())

以显示所有的设置(格式如"{...}"),重装后用:

browser.storage.local.set(JSON.parse("{...}"))

导入。

jingyu9575 avatar Jun 25 '21 23:06 jingyu9575

@jingyu9575 建议下次更新提供一个导入导出设置的按钮,毕竟这个扩展虽然选项不多,但也方便很多。

Remonli avatar Oct 26 '21 17:10 Remonli