Close Extra New Tabs

A Chrome extension to keep only one new open at all times, closing extra ones.

Vad är Close Extra New Tabs?

Close Extra New Tabs är en Chrome-tillägg utvecklad av Gavin Borg, och dess huvudfunktion är "A Chrome extension to keep only one new open at all times, closing extra ones.".

Tilläggsskärmbilder

screenshot

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

Ladda ner Close Extra 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

                        This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab.

------------------------

Icons by Linh Pham Thi Dieu
http://linhpham.me/

Project released open-source, Github project available:
https://github.com/theborg3of5/CloseExtraNewTabs

------------------------

Please note that this was made for personal use, so replies and fixes may be delayed.

------------------------

Changelog:
1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer).
1.1: Bugfix: now actually works!
2.0: Rewrote from scratch, should now be more reliable.
3.0: Update to manifest V3 (no functional changes).                    

Grundläggande Information om Tillägg

Namn Close Extra New Tabs Close Extra New Tabs
ID gkaaknlhljkigoogfhaknojpmjnlmcod
Officiell webbadress https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod
Beskrivning A Chrome extension to keep only one new open at all times, closing extra ones.
Filstorlek 6.93 KB
Antal Installationer 33
Aktuell Version 3.0
Senast Uppdaterad 2023-12-19
Publiceringsdatum 2017-05-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Gavin Borg
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/theborg3of5/CloseExtraNewTabs
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Extra New Tabs",
    "version": "3.0",
    "description": "A Chrome extension to keep only one new open at all times, closing extra ones.",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "incognito": "split"
}