Tab Count

Displays the number of browser tabs

Qu'est-ce que Tab Count ?

Tab Count est une extension Chrome développée par gustass1, et sa fonction principale est "Displays the number of browser tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Count

Téléchargez les fichiers d'extension Tab Count 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

                        Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.                    

Informations de Base sur l'Extension

Nom Tab Count Tab Count
ID cflfdplhfcgapcgcahckkadgghpkhfco
URL Officiel https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco
Description Displays the number of browser tabs
Taille du Fichier 9.97 KB
Nombre d'Installations 338
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-05-17
Date de Publication 2021-07-07
Évaluation 4.50/5 Total 2 Évaluations
Développeur gustass1
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Count",
    "description": "Displays the number of browser tabs",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-120.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-120.png"
    },
    "permissions": [
        "tabGroups"
    ]
}