Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
What is Open New Tab After Current Tab?
Open New Tab After Current Tab is a Chrome extension developed by https://arnaudligny.fr, and its main feature is "Opens new tab after the active tab, instead of last position.".
Extension Screenshots
Download Open New Tab After Current Tab Extension CRX File
Download Open New Tab After Current Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
Extension Basic Information
Name | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
Official URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Description | Opens new tab after the active tab, instead of last position. |
File Size | 12.24 KB |
Installation Count | 5,147 |
Current Version | 0.4.7 |
Last Updated | 2024-01-17 |
Publish Date | 2020-01-20 |
Rating | 4.41/5 Total 29 Ratings |
Developer | https://arnaudligny.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
Help Page URL | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |