Tab Tally

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

Vad är Tab Tally?

Tab Tally är en Chrome-tillägg utvecklad av Michael Hazani, och dess huvudfunktion är "This extension keeps track of the open tabs and windows you're currently running".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Tally-förlängningens CRX-fil

Ladda ner Tab Tally-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

                        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äggande Information om Tillägg

Namn Tab Tally Tab Tally
ID eoppllliellcefmannacbmnloheolenh
Officiell webbadress https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh
Beskrivning This extension keeps track of the open tabs and windows you're currently running
Filstorlek 40.18 KB
Antal Installationer 24
Aktuell Version 0.0.1
Senast Uppdaterad 2016-07-22
Publiceringsdatum 2016-07-21
Utvecklare Michael Hazani
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://michaelhazani.com
Stödda Språk 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"
    ]
}