TabsFolder
Group your tabs into groups.
Τι είναι το TabsFolder;
Το TabsFolder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://e-pot.xyz, και η κύρια λειτουργία του είναι "Group your tabs into groups.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TabsFolder
Λήψη αρχείων επέκτασης TabsFolder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add a kind of panorama like feature to chrome (but less pretty). This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs. With this extention, create groups and add tabs to them just with drag and drop. Then choose the group of tab you want work with. You will not be disturb by the other tabs. You can switch to an other tab group anytime you want. Just close the group to close all the tabs inside it when you have finished to work with. Now the extention keeps your pinned tabs open. A git repository has been created. Fell free to fork or re-use it. Some part of the code are in french though (sorry). https://github.com/Conchylicultor/TabsFolder
Βασικές Πληροφορίες Επέκτασης
Όνομα | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
Επίσημο URL | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
Περιγραφή | Group your tabs into groups. |
Μέγεθος Αρχείου | 155 KB |
Αριθμός Εγκαταστάσεων | 1,395 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2016-11-28 |
Ημερομηνία Δημοσίευσης | 2016-11-27 |
Αξιολόγηση | 4.05/5 Συνολικά 65 Αξιολογήσεις |
Προγραμματιστής | https://e-pot.xyz |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Conchylicultor/TabsFolder |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabsFolder", "version": "1.1.0", "description": "Group your tabs into groups.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": { "name": "Conchilicultor", "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "src\/event_page.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/ba48.png", "default_title": "Organise your tabs" } } |