addons/firefox-addons/tab-mover
changeset 6:bbec0db12c6a
Expand description and improve wording
Fix documentation copy and paste error
Fix typo
Fix documentation copy and paste error
Fix typo
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Sun Feb 19 11:03:39 2017 +0100 (2017-02-19) |
parents | c54a7267e686 |
children | 3f47876dab3b |
files | NEWS README _locales/en/messages.json |
line diff
1.1 --- a/NEWS Sun Feb 19 00:44:29 2017 +0100 1.2 +++ b/NEWS Sun Feb 19 11:03:39 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 News 1.5 ==== 1.6 1.7 -Tab Mover 1 (2017-02-19T00:43:30+01:00) 1.8 +Tab Mover 2 (2017-02-19T00:43:30+01:00) 1.9 --------------------------------------- 1.10 1.11 - Bump version number for resubmission to addons.mozilla.org
2.1 --- a/README Sun Feb 19 00:44:29 2017 +0100 2.2 +++ b/README Sun Feb 19 11:03:39 2017 +0100 2.3 @@ -2,7 +2,11 @@ 2.4 ========= 2.5 2.6 Tab Mover is a Firefox Addon for quickly moving tabs between windows via the 2.7 -page context menu. 2.8 +context menu. It can move tabs between two normal windows, two windows in 2.9 +incognito mode and from a normal window to an window in incognito mode. Since 2.10 +it is not possible to directly move a tab from a window in incognito mode to a 2.11 +normal window, Tab Mover can optionally close such a tab and reopen its URL in 2.12 +a normal window. 2.13 2.14 Usage 2.15 ----- 2.16 @@ -12,14 +16,14 @@ 2.17 "Tab Mover", and finally select a window from the submenu named "Move to 2.18 Window". 2.19 2.20 -In order to reopen a tab from a window in incognito mode in a normal window, 2.21 -open the tab context menu by clicking the tab using the right mouse button, 2.22 -then open the submenu named "Tab Mover", and finally select a window from the 2.23 -submenu named "Reopen in Window". 2.24 +In order to close a tab from a window in incognito mode and to reopen its URL 2.25 +in a normal window, open the tab context menu by clicking the tab using the 2.26 +right mouse button, then open the submenu named "Tab Mover", and finally 2.27 +select a window from the submenu named "Close and Reopen in Window". 2.28 2.29 -When using Firefox version 52 or earlier the "Tab Mover" submenu is in the 2.30 -page context menu which can be opened by clicking anywhere on a page using the 2.31 -right mouse button. 2.32 +When using Firefox version 52 or earlier the "Tab Mover" submenu is located in 2.33 +the page context menu instead of the tab context menu. The page context menu 2.34 +can be opened by clicking anywhere on a page using the right mouse button. 2.35 2.36 Contact 2.37 ------- 2.38 @@ -30,10 +34,10 @@ 2.39 Bug Reports 2.40 ----------- 2.41 2.42 -When sending bug reports, please always mention the exact version of the script 2.43 -with which the issue occurs as well as the version of vim and the operating 2.44 +When sending bug reports, please always mention the exact version of the addon 2.45 +with which the issue occurs as well as the version of Firefox and the operating 2.46 system you are using and make sure that you provide sufficient information to 2.47 -reproduce the issue and include any input, output, and any error messages. 2.48 +reproduce the issue and include any error messages. 2.49 2.50 License 2.51 -------
3.1 --- a/_locales/en/messages.json Sun Feb 19 00:44:29 2017 +0100 3.2 +++ b/_locales/en/messages.json Sun Feb 19 11:03:39 2017 +0100 3.3 @@ -4,7 +4,7 @@ 3.4 "description": "Name of the extension." 3.5 }, 3.6 "extensionDescription": { 3.7 - "message": "Move tabs between windows via context menu.", 3.8 + "message": "Move tabs between windows via the context menu.", 3.9 "description": "Description of the extension." 3.10 }, 3.11 "moveToWindowMenu": { 3.12 @@ -12,7 +12,7 @@ 3.13 "description": "Label of the submenu for selecting a window to which the current tab should be moved to." 3.14 }, 3.15 "reopenInWindowMenu": { 3.16 - "message": "Reopen in Window", 3.17 + "message": "Close and Reopen in Window", 3.18 "description": "Label of the submenu for selecting a window in which the current tab should be reopened in." 3.19 }, 3.20 "defaultWindowTitle": {