New tabs to the front

Brings newly created tabs to the foreground.

Co to jest New tabs to the front?

New tabs to the front to rozszerzenie Chrome opracowane przez amahnk, a jego główną funkcją jest „Brings newly created tabs to the foreground.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New tabs to the front

Pobierz pliki rozszerzeń New tabs to the front 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

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

Enjoy!                    

Podstawowe informacje o rozszerzeniu

Nazwa New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Oficjalny URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Opis Brings newly created tabs to the foreground.
Rozmiar pliku 30.34 KB
Liczba instalacji 754
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2018-06-11
Data Publikacji 2018-06-11
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper amahnk
Typ Płatności free
Obsługiwane Języki 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"
}