Group Tabs

Groups tabs according to defined categories

Τι είναι το Group Tabs;

Το Group Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hari Raghunathan, και η κύρια λειτουργία του είναι "Groups tabs according to defined categories".

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

screenshot

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

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

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

                        Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen!

The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.                    

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

Όνομα Group Tabs Group Tabs
ID ggidhmcepheeclhipelplplfbgbholdf
Επίσημο URL https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf
Περιγραφή Groups tabs according to defined categories
Μέγεθος Αρχείου 349 KB
Αριθμός Εγκαταστάσεων 144
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-10-29
Ημερομηνία Δημοσίευσης 2014-10-28
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Hari Raghunathan
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Group Tabs",
    "version": "1.0",
    "description": "Groups tabs according to defined categories ",
    "icons": {
        "16": "group_tabs_16.png",
        "48": "group_tabs_48.png",
        "128": "group_tabs_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "group_tabs_19.png",
        "default_popup": "popup.html",
        "default_title": "Group tabs"
    },
    "manifest_version": 2
}