Undo Close Tab에 대한 리뷰
Undo Close Tab 제작자: Manuel Reimer
Manuel Reimer 님의 답글
개발자 답글
4년 전에 게시됨The "more items" part is a limitation which can not be changed with "browser.sessionstore.max_tabs_undo".
That's why I have a link to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT in my Add-on description which explains that on top level the maximum of menu items is 6 items. Nothing I can do about this. The only way to have more is to add one submenu (I called it "More items") where the limitation no longer applies.
That's why I have a link to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/menus/ACTION_MENU_TOP_LEVEL_LIMIT in my Add-on description which explains that on top level the maximum of menu items is 6 items. Nothing I can do about this. The only way to have more is to add one submenu (I called it "More items") where the limitation no longer applies.