Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Apa itu Open New Tab After Current Tab?
Open New Tab After Current Tab adalah ekstensi Chrome yang dikembangkan oleh https://arnaudligny.fr, dan fitur utamanya adalah "Opens new tab after the active tab, instead of last position.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open New Tab After Current Tab
Unduh file ekstensi Open New Tab After Current Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
URL Resmi | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Deskripsi | Opens new tab after the active tab, instead of last position. |
Ukuran File | 12.24 KB |
Jumlah Instalasi | 5,147 |
Versi Saat Ini | 0.4.7 |
Terakhir Diperbarui | 2024-01-17 |
Tanggal Publikasi | 2020-01-20 |
Penilaian | 4.41/5 Total 29 Penilaian |
Pengembang | https://arnaudligny.fr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
URL Halaman Bantuan | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Bahasa yang Didukung | 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" ] } } |