TabGraph

Track and graph how many tabs you have open.

Wat is TabGraph?

TabGraph is een Chrome-extensie ontwikkeld door psc, en de belangrijkste functie is "Track and graph how many tabs you have open.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabGraph

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

                        Track and graph how many tabs you have open in Chrome.

Extension icon shows a counter of how many tabs are open. The background color adjusts to let you know if you're near your max.

Clicking on the icon opens up a graph that shows your tab open and close history.

Source code: https://github.com/paulcretu/TabGraph

Changelog:
1.0.1
- Clicking on icon now closes the popup if it's open
1.0.0
- Initial release                    

Basisinformatie over de Extensie

Naam TabGraph TabGraph
ID iccoccncfjfmlkdigkefipjfndkmagng
Officiële URL https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng
Beschrijving Track and graph how many tabs you have open.
Bestandsgrootte 324 KB
Aantal Installaties 117
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-03-12
Publicatiedatum 2014-03-12
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar psc
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGraph",
    "version": "1.0.1",
    "description": "Track and graph how many tabs you have open.",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}