Commit 8b258a2
committed
Open tabs next to the current one
When clicking or cmd-clicking a link in a tab, Chrome opens a new tab next to the current one, or, if many have been clicked, at the end of that "local stack". `chrome.tabs.create` opens new tabs in the last position in the window by default, so update the code to mirror the mouse-click behavior.1 parent 9256297 commit 8b258a2
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
| |||
0 commit comments