搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

addon for automatic export bookmarks at specified interval

  • 6 回覆
  • 2 有這個問題
  • 8 次檢視
  • 最近回覆由 bartgrefte

more options

Since >=FF57 compatible session manager addons (still) depend on bookmarks, I'm looking for a way to have Firefox regularly export bookmarks automatically.

Google keeps pointing to addon FEBE, which is not >=FF57 compatible.

Are there any alternatives?

Since >=FF57 compatible session manager addons (still) depend on bookmarks, I'm looking for a way to have Firefox regularly export bookmarks automatically. Google keeps pointing to addon FEBE, which is not >=FF57 compatible. Are there any alternatives?

所有回覆 (6)

more options

Bookmarks are exported automatically every day in Firefox w/o addons.

Besides, sessions are quite stable. I never had any session loss.

more options

Firefox does do automatic bookmarks backups daily when they are changed or the day that they are changed, but I wouldn't call that an export. Exporting of Bookmarks is in a bookmarks.html file, where the backups are in the json / jsonmz4 format. An HTML file export would be "imported"; where a json / jsonmz4 file would be "restored" to recover or restore a users bookmarks. And HTML appends any existing bookmarks, where json / jsonmz4 will overwrite any existing bookmarks.

https://support.mozilla.org/en-US/kb/restore-bookmarks-from-backup-or-move-them#w_manual-backup

As far as Quantum alternatives to pre-57 Legacy extensions like that, I am unaware of one.

more options

There is an old setting for Firefox to export bookmarks to an HTML-format file at shutdown. But that's much less predictable than daily:

http://kb.mozillazine.org/Browser.bookmarks.autoExportHTML

more options

TyDraniu said

Bookmarks are exported automatically every day in Firefox w/o addons. Besides, sessions are quite stable. I never had any session loss.

Is there any way to increase the frequency of Firefox doing that?


the-edmeister said

As far as Quantum alternatives to pre-57 Legacy extensions like that, I am unaware of one.

Hmm, okay.


jscher2000 said

There is an old setting for Firefox to export bookmarks to an HTML-format file at shutdown. But that's much less predictable than daily: http://kb.mozillazine.org/Browser.bookmarks.autoExportHTML

I don't shutdown/restart Firefox very often, usually only when Windows requires a reboot due to updates, other wise I always put the system in hibernate with everything running. So I'm looking for a way to regularly export/backup bookmarks while Firefox is running. More often than once a day I mean.

more options
more options

cor-el said

See also:

... if that piece of code is a clue to look for an option, I can't find anything related to that code in about:config. Unless you're hinting to change the code and recompile Firefox myself, using a different interval set in the code I mean.

由 bartgrefte 於 修改