Tab Hell

Sort of solution of "Tab Hell problem".

Qu'est-ce que Tab Hell ?

Tab Hell est une extension Chrome développée par weiz, et sa fonction principale est "Sort of solution of "Tab Hell problem".".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Hell

Téléchargez les fichiers d'extension Tab Hell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom Tab Hell Tab Hell
ID aedkiopiicejaoodpoohpjjhjfdokgfd
URL Officiel https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd
Description Sort of solution of "Tab Hell problem".
Taille du Fichier 21.15 KB
Nombre d'Installations 47
Version Actuelle 0.1.2
Dernière Mise à Jour 2015-05-07
Date de Publication 2015-05-07
Évaluation 3.33/5 Total 3 Évaluations
Développeur weiz
Type de Paiement free
Langues Prises en Charge 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"
}