New tabs to the front

Brings newly created tabs to the foreground.

Что такое New tabs to the front?

New tabs to the front - это расширение Chrome, разработанное amahnk, и его основная функция - "Brings newly created tabs to the foreground.".

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

screenshot

Скачать файл CRX расширения New tabs to the front

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

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

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

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

Название New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Официальный URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Описание Brings newly created tabs to the foreground.
Размер файла 30.34 KB
Количество установок 754
Текущая Версия 0.0.2
Последнее Обновление 2018-06-11
Дата публикации 2018-06-11
Рейтинг 4.63/5 Всего 8 оценок
Разработчик amahnk
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}