Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs

Qu'est-ce que Tab Corral ?

Tab Corral est une extension Chrome développée par jarrod.c.taylor, et sa fonction principale est "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Tab Corral 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

                        There is a gray area for tabs that lives between closing forever and bookmarking forever. That is where the tab corral comes in handy. Store some or all of your currently open tabs in the corral then feel confident in closing them and freeing up system resources knowing that they will be there to open back up when you are ready for them.                    

Informations de Base sur l'Extension

Nom Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
URL Officiel https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
Description The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
Taille du Fichier 83.61 KB
Nombre d'Installations 55
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-06-03
Date de Publication 2016-06-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur jarrod.c.taylor
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Corral",
    "author": "Jarrod C Taylor",
    "short_name": "Tab Corral",
    "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/corral16.png",
        "48": "img\/corral48.png",
        "128": "img\/corral128.png"
    },
    "browser_action": {
        "default_icon": "img\/corral.png",
        "default_popup": "popup.html",
        "default_title": "Tab Corral"
    }
}