Keep It Tidy - Tab Manager

Organize your tabs with ease

Τι είναι το Keep It Tidy - Tab Manager;

Το Keep It Tidy - Tab Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Damien Brunet, και η κύρια λειτουργία του είναι "Organize your tabs with ease".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Keep It Tidy - Tab Manager

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

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

                        Search example: power rangers, superman, batman = (power AND rangers) OR superman OR batman
Press Enter when there is no match to search instead on Google.

If only one tab is selected, pressing Enter will focus this tab.

You can sort all windows by website.
You can select duplicates.

You can close, sort by website, pin/unpin the selected tabs.
You can extract the selection to a new window.

You can move the selection by dragging it to a new position in the left panel.
The selected tabs will be inserted before the tab you dropped the selection on.

You can doubleclick a tab in the left panel or click a tab in the right panel to focus this tab.

You can invert the selection, add similar (same website) tabs to the selection.

You can sort the list by last visited or group the tabs by website/window.

Select duplicates does not select the first tab of each family of duplicates ('first' as first in the list).

Matches from search are added to the selection unless you empty the search field.

Selecting a tab from a disabled window will automatically enable this window.

Option to keep the left panel always open.
Option to hide hints.

You can assign a keyboard shortcut to Keep It Tidy:
chrome://extensions/shortcuts

KIT doesn't collect any data.

Open-source: https://github.com/djrekca/Keep-It-Tidy                    

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

Όνομα Keep It Tidy - Tab Manager Keep It Tidy - Tab Manager
ID ncjlgbnopdeldjbdbcpgdepfifhpocip
Επίσημο URL https://chromewebstore.google.com/detail/keep-it-tidy-tab-manager/ncjlgbnopdeldjbdbcpgdepfifhpocip
Περιγραφή Organize your tabs with ease
Μέγεθος Αρχείου 156 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 3.1.1
Τελευταία Ενημέρωση 2021-06-06
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Damien Brunet
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "3.1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo-19.png",
            "38": "img\/logo-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extShortName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ]
}