Skip to content

Pull request for issue #65#66

Merged
ochowei merged 1 commit into
mainfrom
feature/create-tab-left
Aug 28, 2025
Merged

Pull request for issue #65#66
ochowei merged 1 commit into
mainfrom
feature/create-tab-left

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

Fixes #65

The new tab is now created at the index of the current active tab, effectively placing it to the left.

This is achieved by using browser.tabs.query to get the active tab's index before creating the new tab.
@ochowei ochowei marked this pull request as ready for review August 28, 2025 12:55
@ochowei ochowei merged commit 7365d3f into main Aug 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

修改 browser.tabs.create({ url: clipboard, index: 1 });

1 participant