Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Wat is Open New Tab After Current Tab?
Open New Tab After Current Tab is een Chrome-extensie ontwikkeld door https://arnaudligny.fr, en de belangrijkste functie is "Opens new tab after the active tab, instead of last position.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open New Tab After Current Tab
Download Open New Tab After Current Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
Officiële URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Beschrijving | Opens new tab after the active tab, instead of last position. |
Bestandsgrootte | 12.24 KB |
Aantal Installaties | 5,147 |
Huidige Versie | 0.4.7 |
Laatst Bijgewerkt | 2024-01-17 |
Publicatiedatum | 2020-01-20 |
Beoordeling | 4.41/5 Totaal 29 Beoordelingen |
Ontwikkelaar | https://arnaudligny.fr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
Help Pagina-URL | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Ondersteunde Talen | 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" ] } } |