Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Qu'est-ce que Open New Tab After Current Tab ?
Open New Tab After Current Tab est une extension Chrome développée par https://arnaudligny.fr, et sa fonction principale est "Opens new tab after the active tab, instead of last position.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open New Tab After Current Tab
Téléchargez les fichiers d'extension Open New Tab After Current Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
URL Officiel | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Description | Opens new tab after the active tab, instead of last position. |
Taille du Fichier | 12.24 KB |
Nombre d'Installations | 5,147 |
Version Actuelle | 0.4.7 |
Dernière Mise à Jour | 2024-01-17 |
Date de Publication | 2020-01-20 |
Évaluation | 4.41/5 Total 29 Évaluations |
Développeur | https://arnaudligny.fr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
URL de la Page d'Aide | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Langues Prises en Charge | 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" ] } } |