New Tabs at End 3000

Forces new tabs to open at the end of the tab strip.

Что такое New Tabs at End 3000?

New Tabs at End 3000 - это расширение Chrome, разработанное Sugarbranch, Inc., и его основная функция - "Forces new tabs to open at the end of the tab strip.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения New Tabs at End 3000

Скачайте файлы расширений New Tabs at End 3000 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. 

This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. 

Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly                    

Основная информация о расширении

Название New Tabs at End 3000 New Tabs at End 3000
ID bboielpmccpfkhggghgpimeblacofahc
Официальный URL https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc
Описание Forces new tabs to open at the end of the tab strip.
Размер файла 9.58 KB
Количество установок 3,000
Текущая Версия 3.0.0.2
Последнее Обновление 2022-06-13
Дата публикации 2021-08-29
Рейтинг 4.21/5 Всего 14 оценок
Разработчик Sugarbranch, Inc.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tsuliwaensis/New-Tabs-at-End-3000
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Forces new tabs to open at the end of the tab strip.",
    "icons": {
        "128": "skin\/icon-128.png",
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "New Tabs at End 3000",
    "version": "3.0.0.2"
}