Close Extra New Tabs

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

Qu'est-ce que Close Extra New Tabs ?

Close Extra New Tabs est une extension Chrome développée par Gavin Borg, et sa fonction principale est "A Chrome extension to keep only one new open at all times, closing extra ones.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Close Extra New Tabs

Téléchargez les fichiers d'extension Close Extra New Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Close Extra New Tabs Close Extra New Tabs
ID gkaaknlhljkigoogfhaknojpmjnlmcod
URL Officiel https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod
Description A Chrome extension to keep only one new open at all times, closing extra ones.
Taille du Fichier 6.93 KB
Nombre d'Installations 33
Version Actuelle 3.0
Dernière Mise à Jour 2023-12-19
Date de Publication 2017-05-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Gavin Borg
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/theborg3of5/CloseExtraNewTabs
Langues Prises en Charge 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"
}