Left Tab Window Group Manager

Reset the selected tab for each window to its left most tab to help manager tabs into window groups.

Τι είναι το Left Tab Window Group Manager;

Το Left Tab Window Group Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον keithgabryelski, και η κύρια λειτουργία του είναι "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Left Tab Window Group Manager

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

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

                        Reset the selected tab for each window to its left most tab.

Why? Because window lists (Window menu) lists the currently selected tab and there are many times when that tab-title will not help you find what the original intention of that new window was
intended to be.

Technique: Group your windows into small numbers of tabs with the left most tab being the indentifier for the group.

Use this extension's browser action to reset the select tabs on all your windows so that you can find the group of tabs your are looking for.                    

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

Όνομα Left Tab Window Group Manager Left Tab Window Group Manager
ID lefkebnokcjocjgajlbegiobikpbcfhg
Επίσημο URL https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg
Περιγραφή Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
Μέγεθος Αρχείου 26.49 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-11-15
Ημερομηνία Δημοσίευσης 2015-11-15
Προγραμματιστής keithgabryelski
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Left Tab Window Group Manager",
    "version": "1.0",
    "description": "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.",
    "author": "Keith Gabryelski",
    "homepage_url": "https:\/\/github.com\/keithgabryelski\/left-tab-window-group-manager",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}