tab-closer

Close some of your extra tabs

Τι είναι το tab-closer;

Το tab-closer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Benoit Hiller, και η κύρια λειτουργία του είναι "Close some of your extra tabs".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης tab-closer

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

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

                        I open a lot of tabs when I am working on a project. This means that I end up with a lot of extra google search tabs and I soon can't even see the icons. So I built this extension to go through and clean up all of those tabs that I will never use again.

This is just how I use the extension. If you have a different site which you are tired of cleaning up after, the extension can be configured to do whatever sites you want. For example you could set the extension up to do the following sites:
 
*://www.facebook.com/*
*://www.reddit.com/*
*:/www.twitter.com/*

And then just click on the tab-closer icon to get rid of any distractions.

That is about it, it is a very simple tool. Chrome has no tools for higher level tab management, so this is my first stab at what I think is a sorely missing feature.

Other Features:

Supports regex matchers.

Type "c" in the omnibar to enter a regex. It will close all tabs that match the regex.

Feature Requests:

If can think of any features you think the extension is sorely missing just leave me a comment and I will see what I can do.                    

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

Όνομα tab-closer tab-closer
ID ddiocgohagfofhclbpnmlhgboacoiaic
Επίσημο URL https://chrome.google.com/webstore/detail/tab-closer/ddiocgohagfofhclbpnmlhgboacoiaic
Περιγραφή Close some of your extra tabs
Μέγεθος Αρχείου 35.53 KB
Αριθμός Εγκαταστάσεων 573
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2015-03-28
Ημερομηνία Δημοσίευσης 2015-03-28
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Benoit Hiller
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.benoithiller.com/webstore_privacy_policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab-closer",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Close some of your extra tabs",
    "incognito": "spanning",
    "icons": {
        "16": "trash-16.png",
        "48": "trash-48.png",
        "128": "trash-128-store.png"
    },
    "browser_action": {
        "default_icon": "trash-16.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "c"
    },
    "permissions": [
        "tabs"
    ]
}