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

Was ist Tab Corral?

Tab Corral ist eine Chrome-Erweiterung, die von jarrod.c.taylor entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot

Tab Corral-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Corral-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
Offizielle URL https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
Beschreibung 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
Dateigröße 83.61 KB
Installationsanzahl 55
Aktuelle Version 0.1.0
Letztes Update 2016-06-03
Veröffentlichungsdatum 2016-06-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jarrod.c.taylor
Zahlungsart free
Unterstützte Sprachen 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"
    }
}