Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Что такое Open New Tab After Current Tab?
Open New Tab After Current Tab - это расширение Chrome, разработанное https://arnaudligny.fr, и его основная функция - "Opens new tab after the active tab, instead of last position.".
Снимки экрана расширения
Скачать файл CRX расширения Open New Tab After Current Tab
Скачайте файлы расширений Open New Tab After Current Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
Официальный URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
Описание | Opens new tab after the active tab, instead of last position. |
Размер файла | 12.24 KB |
Количество установок | 5,147 |
Текущая Версия | 0.4.7 |
Последнее Обновление | 2024-01-17 |
Дата публикации | 2020-01-20 |
Рейтинг | 4.41/5 Всего 29 оценок |
Разработчик | https://arnaudligny.fr |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
URL страницы помощи | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
Поддерживаемые языки | 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" ] } } |