3 Tabs Only

Allows a maximum of 3 open tabs

Vad är 3 Tabs Only?

3 Tabs Only är en Chrome-tillägg utvecklad av One Who Tinkers, och dess huvudfunktion är "Allows a maximum of 3 open tabs".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner 3 Tabs Only-förlängningens CRX-fil

Ladda ner 3 Tabs Only-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
Officiell webbadress https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
Beskrivning Allows a maximum of 3 open tabs
Filstorlek 37.33 KB
Antal Installationer 515
Aktuell Version 7.10005
Senast Uppdaterad 2020-03-01
Publiceringsdatum 2020-03-01
Betyg 4.69/5 Totalt 16 Betyg
Utvecklare One Who Tinkers
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}