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

Τι είναι το Tab Corral;

Το Tab Corral είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jarrod.c.taylor, και η κύρια λειτουργία του είναι "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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tab Corral

Λήψη αρχείων επέκτασης Tab Corral σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
Επίσημο URL https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
Περιγραφή 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
Μέγεθος Αρχείου 83.61 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2016-06-03
Ημερομηνία Δημοσίευσης 2016-06-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής jarrod.c.taylor
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}