Tab Hell

Sort of solution of "Tab Hell problem".

Wat is Tab Hell?

Tab Hell is een Chrome-extensie ontwikkeld door weiz, en de belangrijkste functie is "Sort of solution of "Tab Hell problem".".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tab Hell

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

                        You have a problem with lots of opened browser tabs? All tabs "needed" but never used?
This extension autoclose forgotten tabs and save list of this tabs.

Additional functions:
 - grouping tabs by hostname;
 - reload all tabs;
 - remove duplicates of tabs;                    

Basisinformatie over de Extensie

Naam Tab Hell Tab Hell
ID aedkiopiicejaoodpoohpjjhjfdokgfd
Officiële URL https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd
Beschrijving Sort of solution of "Tab Hell problem".
Bestandsgrootte 21.15 KB
Aantal Installaties 47
Huidige Versie 0.1.2
Laatst Bijgewerkt 2015-05-07
Publicatiedatum 2015-05-07
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar weiz
Betalingswijze free
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Hell",
    "description": "__MSG_extDescription__",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "tabHell.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "options_page": "options.html",
    "default_locale": "en"
}