3 Tabs Only

Allows a maximum of 3 open tabs

Co to jest 3 Tabs Only?

3 Tabs Only to rozszerzenie Chrome opracowane przez One Who Tinkers, a jego główną funkcją jest „Allows a maximum of 3 open tabs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 3 Tabs Only

Pobierz pliki rozszerzeń 3 Tabs Only 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

                        Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.

I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.

The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz

Images made with Canva.                    

Podstawowe informacje o rozszerzeniu

Nazwa 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
Oficjalny URL https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
Opis Allows a maximum of 3 open tabs
Rozmiar pliku 37.33 KB
Liczba instalacji 515
Aktualna Wersja 7.10005
Ostatnia Aktualizacja 2020-03-01
Data Publikacji 2020-03-01
Ocena 4.69/5 Łącznie 16 Oceny
Deweloper One Who Tinkers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3 Tabs Only",
    "description": "Allows a maximum of 3 open tabs",
    "version": "7.10005",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}