Tab Tally

This extension keeps track of the open tabs and windows you're currently running

Hvad er Tab Tally?

Tab Tally er en Chrome-udvidelse udviklet af Michael Hazani, og dens hovedfunktion er "This extension keeps track of the open tabs and windows you're currently running".

Udvidelsesskærmbilleder

screenshot

Download Tab Tally-udvidelses-CRX-fil

Download Tab Tally-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Yet another tab limiter! 

This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. 

Now get to work!                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
Officiel URL https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
Beskrivelse This extension keeps track of the open tabs and windows you're currently running
Filstørrelse 40.18 KB
Antal Installationer 24
Nuværende Version 0.0.1
Senest Opdateret 2016-07-22
Udgivelsesdato 2016-07-21
Udvikler Michael Hazani
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://michaelhazani.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Tally",
    "description": "This extension keeps track of the open tabs and windows you're currently running",
    "author": "Michael Hazani",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_title": "Tab Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}