Tabs Counter

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

Wat is Tabs Counter?

Tabs Counter is een Chrome-extensie ontwikkeld door poctek5, en de belangrijkste functie is "A simple extension for displaying the tab number next to the its title.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabs Counter

Download Tabs Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tabs Counter Tabs Counter
ID fkgbbcpdghmahjidddepeighkcdlihmp
Officiële URL https://chromewebstore.google.com/detail/tabs-counter/fkgbbcpdghmahjidddepeighkcdlihmp
Beschrijving A simple extension for displaying the tab number next to the its title.
Bestandsgrootte 3.79 KB
Aantal Installaties 60
Huidige Versie 0.4
Laatst Bijgewerkt 2016-10-19
Publicatiedatum 2016-10-18
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar poctek5
Betalingswijze free
Extensiewebsite https://github.com/poctek/tabs-counter
Ondersteunde Talen 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"
        ]
    }
}