Change New Maximized Window to Resizable 的評論
Change New Maximized Window to Resizable 作者: jscher2000
8 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13498523,5 個月前OMFG I can finally control the size of new Firefox windows!! I no longer have to worry about smaller sized popups (or going full screen) overwriting the default new window dimensions. Thank you so much!
- 評價 4 分,滿分 5 分來自 Drew Chase,7 個月前This fixes an issue that has been bugging me for a while, Thank you.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18637075,7 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 12456323,2 年前Love this. One thing that would help me. If you could specify URLs to resize as opposed to all new windows. I need this to work for new windows opened by one extension only, with an address starting with moz-extension://48f4d3c7-c92b-4fc9-8955-47f9607cac87/edit.html?id=* <- wildcard. Thanks!
開發者回應
張貼於 2 年前I *think* that is possible. Keep in mind that there will be a longer delay in the resizing until Firefox alerts the add-on of the URL being loaded in the tab.
There are quite a few tasks to work through to make it a general purpose solution: (1) currently the add-on doesn't have permission to read URLs, but that could be added as an optional permission for those who want to make lists; (2) there needs to be some convenient way to specify the URL (for example, toolbar button or right-click context menu item); and (3) there needs to be a way to remove items from the list.
I don't know how soon I would be able to work on that. Meanwhile, you might ask the author of the other extension whether they could add a feature to resize their window on launch.