Close auto-grouped tabs

This extension helps neaten many tabs.

Qu'est-ce que Close auto-grouped tabs ?

Close auto-grouped tabs est une extension Chrome développée par たてじ丸, et sa fonction principale est "This extension helps neaten many tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Close auto-grouped tabs

Téléchargez les fichiers d'extension Close auto-grouped 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 helps neaten many tabs.
Please try it to put tabs in apple-pie order!

🚀Features

⭐️The tool groups your tabs by websites. You can close a whole group of tabs.
⭐️It'll let you know with a toolbar badge when you have too many tabs.
⭐️You can undo an operational error of the close of tabs.                    

Informations de Base sur l'Extension

Nom Close auto-grouped tabs Close auto-grouped tabs
ID dkddbbpphijckdhmlifdhejpeefopmbk
URL Officiel https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk
Description This extension helps neaten many tabs.
Taille du Fichier 36.61 KB
Nombre d'Installations 154
Version Actuelle 2.2.0
Dernière Mise à Jour 2024-01-04
Date de Publication 2020-07-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur たてじ丸
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://park15.wakwak.com/~tatejima/
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "sessions"
    ],
    "default_locale": "en"
}