Close Tab by Double Right Click のレビュー
Close Tab by Double Right Click 作成者: webextensions.org
webextensions.org による応答
開発者の返信
投稿日時: 8年前Double click is a common gesture which is used for various other useful purposes, so that wouldn't be a part of this add-on.
EDIT 2:
In case you are asking about double left clicking on the tab header itself, I believe that is not supported in the new WebExtensions architecture used by Firefox.
EDIT 1:
Double left click (and also triple left click) is very often used for selecting text. Apart from that, various websites use double click for some common UI/UX operations. Hence, in my opinion, such conflicting shortcuts/gesture shouldn't be used.
But, in case you still want such a functionality, you can modify this extension to create a new one by following these steps:
- Go to https://github.com/webextensions/close-tab-by-double-right-click
- Download the code as a zip file by clicking on the "Clone or download" button
- Extract the downloaded zip file
- In the extracted file close-tab-by-double-right-click.js , modify the line which says:
if (e.which !== 3) {
MODIFY THIS LINE TO
if (e.which !== 1) {
- Reference: The above mentioned line can also be currently seen at: https://github.com/webextensions/close-tab-by-double-right-click/blob/master/extension/scripts/close-tab-by-double-right-click.js#L9
- After that, you may zip the files inside the extension folder and use that to create the add-on via https://addons.mozilla.org/ for your use. While publishing, if you wish to use the extension for personal use only, then there should be an option for self-distributed add-ons, you may want to select that.
Hope that helps :-)
EDIT 2:
In case you are asking about double left clicking on the tab header itself, I believe that is not supported in the new WebExtensions architecture used by Firefox.
EDIT 1:
Double left click (and also triple left click) is very often used for selecting text. Apart from that, various websites use double click for some common UI/UX operations. Hence, in my opinion, such conflicting shortcuts/gesture shouldn't be used.
But, in case you still want such a functionality, you can modify this extension to create a new one by following these steps:
- Go to https://github.com/webextensions/close-tab-by-double-right-click
- Download the code as a zip file by clicking on the "Clone or download" button
- Extract the downloaded zip file
- In the extracted file close-tab-by-double-right-click.js , modify the line which says:
if (e.which !== 3) {
MODIFY THIS LINE TO
if (e.which !== 1) {
- Reference: The above mentioned line can also be currently seen at: https://github.com/webextensions/close-tab-by-double-right-click/blob/master/extension/scripts/close-tab-by-double-right-click.js#L9
- After that, you may zip the files inside the extension folder and use that to create the add-on via https://addons.mozilla.org/ for your use. While publishing, if you wish to use the extension for personal use only, then there should be an option for self-distributed add-ons, you may want to select that.
Hope that helps :-)
合計レビュー数: 54
- LM22.1 Double click on the Window inside the TAB window. i thought right clicking the actual TAB while NOT Selected to close it. WILL NOT WORK. accidental double right click while typing message occurs ; make sure you have the undo close tab when using this add-on.
is there an update for the dbl-right on the TAB instead of the Window.
also if dbl clicking tab would shrink the Tab to Icon Size. - This add-on works perfectly - using its current left-click-right-click. On every website I've used it on, it's worked properly. That said: I had to disable this extension. There are too many times where I'll close a tab that I didn't want closed. Notably, I'll double-left-click text (to select it), then immediately right-click on that text (to get the context menu for options), and the tab will close. That's such a common click pattern with webpage text, I can't keep this otherwise excellent extension.
- 5 段階中 2 の評価Firefox ユーザー 12370795 によるレビュー (2年前)UPDATE:
Again, it does NOT work on every website. It closes a tab just by clicking right click only. Very annoying !!!
Previously I had given 5 stars, THEN it was not working anymore with the double-right-click action so it went down to one star and now it's working again cause the developer made a clever change with this Close tab by left-click-immediately-followed-by-right-click. - 5 段階中 3 の評価Firefox ユーザー 16599519 によるレビュー (3年前)Broken as of FF102. Will still work if you move between clicks however. Rights to Close EX does the same thing and works without moving the mouse but removes the context menu unless you hold ctrl.
開発者の返信
投稿日時: 3年前Thank you for the feedback :-)
The issue has now been fixed (with a slightly updated gesture). Please find more details at https://github.com/webextensions/close-tab-by-double-right-click/issues/12
Kindly note that it might take a few days/weeks before the updated extension gets approved by Mozilla and becomes available on the Mozilla add-ons store. 開発者の返信
投稿日時: 3年前Thank you for the feedback :-)
The issue has now been fixed (with a slightly updated gesture). Please find more details at https://github.com/webextensions/close-tab-by-double-right-click/issues/12
Kindly note that it might take a few days/weeks before the updated extension gets approved by Mozilla and becomes available on the Mozilla add-ons store.- 5 段階中 5 の評価Firefox ユーザー 17019549 によるレビュー (4年前)This feature has been ingrained into my browsing habits due to the years of use. Think of it as the equivalent of a Ctrl+W with your other hand. Invaluable!
- 5 段階中 5 の評価Firefox ユーザー 17180155 によるレビュー (4年前)
- 5 段階中 4 の評価Firefox ユーザー 15428448 によるレビュー (4年前)Its closing the page with a single right click on v 102. Even when I just right click on a link. The right/left thing doesnt work. Hope youre able to find a fix as its a great app and I miss it! I had to disable this app for now.
- 5 段階中 4 の評価MisfortuneCookie によるレビュー (4年前)Does what it says on the tin. Unfortunately, the right click menu is opened after the tab is closed. C'est la vie.
- 5 段階中 5 の評価Firefox ユーザー 16182889 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 14388158 によるレビュー (7年前)
- 5 段階中 4 の評価Firefox ユーザー 14526812 によるレビュー (7年前)after tab closes the right click menu remains open on the next tab. Can this be changed so that the menu is auto closed?
- 5 段階中 3 の評価Darvin Atkeson によるレビュー (7年前)It works incredibly well but causes some issues with various sites such as Facebook. Most notable symptom is dialog boxes where comments would go do not show up. I have tried it with and without the Stylus plugin. Turning Double Right Click plugin off and reloading the Facebook page seems to resolve the problem but I really, really want this feature.
If I can provide any assistance on troubleshooting it let me know. It's an excellent add on!