Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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.

Learn More

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

Adding a keyword to a bookmark folder

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

more options

I am trying to add a keyword to a bookmark folder, so that i can easily open all tabs in the folder at once. I know I can already do this by clicking on the bookmarks menu, scrolling down to the folder i want to open and selecting 'Open All in Tabs', but I'd much rather just use alt+d and a 1-3 letter keyword, as the trackpad of my laptop doesn't work all that well. However.. bookmark folders don't seem to support keywords. I have tried adding a keyword to my folder by manually editing places.sqlite, giving my folder a value in the 'fk' folder and adding a corresponding keyword to that value in the keywords table, but alas: this keyword instead opens support.mozilla.com, and now I'm here. I am hesitant to use any more addons for this, as I'm already using Tree Style Tab to neatly sort all these bookmarks, but if you have any recommendations fire away.

Thanks in advance!

I am trying to add a keyword to a bookmark folder, so that i can easily open all tabs in the folder at once. I know I can already do this by clicking on the bookmarks menu, scrolling down to the folder i want to open and selecting 'Open All in Tabs', but I'd much rather just use alt+d and a 1-3 letter keyword, as the trackpad of my laptop doesn't work all that well. However.. bookmark folders don't seem to support keywords. I have tried adding a keyword to my folder by manually editing places.sqlite, giving my folder a value in the 'fk' folder and adding a corresponding keyword to that value in the keywords table, but alas: this keyword instead opens support.mozilla.com, and now I'm here. I am hesitant to use any more addons for this, as I'm already using Tree Style Tab to neatly sort all these bookmarks, but if you have any recommendations fire away. Thanks in advance!

選ばれた解決策

Hi there, In the end I made a javascript which opens all tabs i want using window.open(); and bookmarked this file. It looks a bit ugly in the address bar, but it's about practical use for me.

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

すべての返信 (1)

more options

選ばれた解決策

Hi there, In the end I made a javascript which opens all tabs i want using window.open(); and bookmarked this file. It looks a bit ugly in the address bar, but it's about practical use for me.