Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Co to jest Open New Tab After Current Tab?
Open New Tab After Current Tab to rozszerzenie Chrome opracowane przez https://arnaudligny.fr, a jego główną funkcją jest „Opens new tab after the active tab, instead of last position.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open New Tab After Current Tab
Pobierz pliki rozszerzeń Open New Tab After Current Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
Oficjalny URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Opis | Opens new tab after the active tab, instead of last position. |
Rozmiar pliku | 12.24 KB |
Liczba instalacji | 5,147 |
Aktualna Wersja | 0.4.7 |
Ostatnia Aktualizacja | 2024-01-17 |
Data Publikacji | 2020-01-20 |
Ocena | 4.41/5 Łącznie 29 Oceny |
Deweloper | https://arnaudligny.fr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
Adres URL Strony Pomocy | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Obsługiwane Języki | 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" ] } } |