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 to open bookmarks manager in add ons development

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 5 回表示
  • 最後の返信者: cor-el

more options

Hi I'm a beginner and looking at writing an ff add on. I'm stuck on finding a way to open the bookmarks manager with code. Say each time the browser starts up I want it to open the bookmarks manager as well. How can I achieve this? I'm using the ff sdk.

Hi I'm a beginner and looking at writing an ff add on. I'm stuck on finding a way to open the bookmarks manager with code. Say each time the browser starts up I want it to open the bookmarks manager as well. How can I achieve this? I'm using the ff sdk.

選ばれた解決策

You can use one of these chrome URI:

  • chrome://browser/content/places/places.xul
  • chrome://browser/content/bookmarks/bookmarksPanel.xul

The first opens the Bookmarks Manager (Library) and the second the bookmarks as you see them in the sidebar.

Se also Latest Add-ons topics - Mozilla Discourse:

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

すべての返信 (1)

more options

選ばれた解決策

You can use one of these chrome URI:

  • chrome://browser/content/places/places.xul
  • chrome://browser/content/bookmarks/bookmarksPanel.xul

The first opens the Bookmarks Manager (Library) and the second the bookmarks as you see them in the sidebar.

Se also Latest Add-ons topics - Mozilla Discourse: