Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Cos'è Open New Tab After Current Tab?
Open New Tab After Current Tab è un'estensione di Chrome sviluppata da https://arnaudligny.fr, e la sua funzione principale è "Opens new tab after the active tab, instead of last position.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open New Tab After Current Tab
Scarica i file di estensione Open New Tab After Current Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
| Descrizione | Opens new tab after the active tab, instead of last position. |
| Dimensione del File | 12.24 KB |
| Conteggio Installazioni | 5,147 |
| Versione Corrente | 0.4.7 |
| Ultimo Aggiornamento | 2024-01-17 |
| Data di Pubblicazione | 2020-01-20 |
| Valutazione | 4.41/5 Totale 29 Valutazioni |
| Sviluppatore | https://arnaudligny.fr |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
| URL della Pagina di Aiuto | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
| Lingue Supportate | 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"
]
}
} | |