Tab Counter

This extension will count and log how many tabs you have open

Wat is Tab Counter?

Tab Counter is een Chrome-extensie ontwikkeld door daniel.barry, en de belangrijkste functie is "This extension will count and log how many tabs you have open".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Counter

Download Tab 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

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

Basisinformatie over de Extensie

Naam Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
Officiële URL https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
Beschrijving This extension will count and log how many tabs you have open
Bestandsgrootte 198 KB
Aantal Installaties 53
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-03-09
Publicatiedatum 2021-03-09
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar daniel.barry
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}