Auto-Close New Tabs

Allow only one new tab page at a time.

Vad är Auto-Close New Tabs?

Auto-Close New Tabs är en Chrome-tillägg utvecklad av eliasedgren1, och dess huvudfunktion är "Allow only one new tab page at a time.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto-Close New Tabs-förlängningens CRX-fil

Ladda ner Auto-Close New Tabs-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

                        Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.                    

Grundläggande Information om Tillägg

Namn Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
Officiell webbadress https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
Beskrivning Allow only one new tab page at a time.
Filstorlek 28.04 KB
Antal Installationer 32
Aktuell Version 0.0.0.2
Senast Uppdaterad 2021-12-29
Publiceringsdatum 2021-12-27
Utvecklare eliasedgren1
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto-Close New Tabs",
    "version": "0.0.0.2",
    "description": "Allow only one new tab page at a time.",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}