TabGroups
Provides organisational control over related tabs
Τι είναι το TabGroups;
Το TabGroups είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Peter Mareš, και η κύρια λειτουργία του είναι "Provides organisational control over related tabs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TabGroups
Λήψη αρχείων επέκτασης TabGroups σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A Google Chrome extension that gives you organisational control over your related browser tabs Features The extension gives you the following options to manage your tabs: Current window - Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending) - Move all similar tabs (to the current page) in the current window to a new window. - Close all similar tabs (to the current page) in the current window. All windows - Move all similar tabs (to the current page) from all windows to a new window. - Close all similar tabs (to the current page) from all windows
Βασικές Πληροφορίες Επέκτασης
Όνομα | TabGroups |
ID | hfdbgapillniicojjolojgafipcjkeji |
Επίσημο URL | https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji |
Περιγραφή | Provides organisational control over related tabs |
Μέγεθος Αρχείου | 14.71 KB |
Αριθμός Εγκαταστάσεων | 113 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2014-06-19 |
Ημερομηνία Δημοσίευσης | 2014-06-18 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Peter Mareš |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGroups", "description": "Provides organisational control over related tabs", "version": "0.1.0", "author": "Peter Mares", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "menuhandler.js" ] } } |