Tabs Counter

A simple extension for displaying the tab number next to the its title.

Qu'est-ce que Tabs Counter ?

Tabs Counter est une extension Chrome développée par poctek5, et sa fonction principale est "A simple extension for displaying the tab number next to the its title.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabs Counter

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

                        A simple extension for displaying the tab number next to the its title.                    

Informations de Base sur l'Extension

Nom Tabs Counter Tabs Counter
ID fkgbbcpdghmahjidddepeighkcdlihmp
URL Officiel https://chromewebstore.google.com/detail/tabs-counter/fkgbbcpdghmahjidddepeighkcdlihmp
Description A simple extension for displaying the tab number next to the its title.
Taille du Fichier 3.79 KB
Nombre d'Installations 60
Version Actuelle 0.4
Dernière Mise à Jour 2016-10-19
Date de Publication 2016-10-18
Évaluation 3.40/5 Total 5 Évaluations
Développeur poctek5
Type de Paiement free
Site Web de l'Extension https://github.com/poctek/tabs-counter
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Counter",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}