当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

how can i restore bookmark, other then "restore" option in library?

  • 7 件の返信
  • 3 人がこの問題に困っています
  • 8 回表示
  • 最後の返信者: omi

more options

i know how to restore bookmarks in mozilla firefox, but i want an another option to restore bookmarks in firefox where i can just put the name of bookmark and it restore automatically if file is found. please reply if anyone know any other method to restore the bookmark.

i know how to restore bookmarks in mozilla firefox, but i want an another option to restore bookmarks in firefox where i can just put the name of bookmark and it restore automatically if file is found. please reply if anyone know any other method to restore the bookmark.

選ばれた解決策

A way to restore bookmarks automatically is to delete the places.sqlite and place the JSON backup as only or most recent bookmarks.json file in the bookmarkbackups folder.

この回答をすべて読む 👍 2

すべての返信 (7)

more options

The places.sqlite file in your profile folder stores your bookmarks and history. You can replace this file with a backup copy while Firefox is closed.

You can also import bookmarks from a backup in HTML format. The key difference is that this will add those bookmarks to the existing ones, rather than replacing the whole set with the backup.

more options

Note that replacing places.sqlite restore the bookmarks and the history as stored in the file. Restoring a JSON backup replaces all bookmarks with the bookmarks in the file.

I'm not sure if I understand how or when you want to restore bookmarks.

Are you doing this that often that you want to do this in a different way?

more options

thnx Gingerbread Man and COR-EL for your reply.

cor-el, basically i am working on a small project by which we can restore bookmarks in mozilla. i am able to get backup file(json) but i need an option by which user only select path of that backup json file and it should automatically restore that file in mozilla. i dont want to write sql query for that. if you have any other idea please suggest. thnx :)

この投稿は omi により に変更されました

more options

選ばれた解決策

A way to restore bookmarks automatically is to delete the places.sqlite and place the JSON backup as only or most recent bookmarks.json file in the bookmarkbackups folder.

more options

thnx COR-EL, its working. :)

One more thing is there any way to merge two .json files. say i want my old bookmarks to be there if i restore with new backup file.

thnx again for the solution :)

more options

You can only merge bookmarks by importing an HTML backup because restoring a JSON backup will replace all existing bookmarks.

more options

ok. thnx for your help :)