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

Hvad er Tab Corral?

Tab Corral er en Chrome-udvidelse udviklet af jarrod.c.taylor, og dens hovedfunktion er "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".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Tab Corral-udvidelses-CRX-fil

Download Tab Corral-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
Officiel URL https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
Beskrivelse 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
Filstørrelse 83.61 KB
Antal Installationer 55
Nuværende Version 0.1.0
Senest Opdateret 2016-06-03
Udgivelsesdato 2016-06-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler jarrod.c.taylor
Betalingsmetode free
Understøttede Sprog 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"
    }
}