TabGraph

Track and graph how many tabs you have open.

Vad är TabGraph?

TabGraph är en Chrome-tillägg utvecklad av psc, och dess huvudfunktion är "Track and graph how many tabs you have open.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner TabGraph-förlängningens CRX-fil

Ladda ner TabGraph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TabGraph TabGraph
ID iccoccncfjfmlkdigkefipjfndkmagng
Officiell webbadress https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng
Beskrivning Track and graph how many tabs you have open.
Filstorlek 324 KB
Antal Installationer 117
Aktuell Version 1.0.1
Senast Uppdaterad 2014-03-12
Publiceringsdatum 2014-03-12
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare psc
Betalningssätt free
Stödda Språk 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"
    ]
}