Tab Out!
Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
Τι είναι το Tab Out!;
Το Tab Out! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.shidel.com, και η κύρια λειτουργία του είναι "Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Out!
Λήψη αρχείων επέκτασης Tab Out! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into. It allows you to close all of your tabs, while saving the session in Tab Out! for future use. You can restore them all or just one at a time. Also, keep quick links to favorites and setups that you use often.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kkbmchfmigdklofchjpofhhacnddaojk |
Επίσημο URL | https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk |
Περιγραφή | Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.… |
Μέγεθος Αρχείου | 14.69 KB |
Αριθμός Εγκαταστάσεων | 456 |
Τρέχουσα Έκδοση | 1.2.7 |
Τελευταία Ενημέρωση | 2013-12-16 |
Ημερομηνία Δημοσίευσης | 2013-12-16 |
Αξιολόγηση | 3.62/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | http://www.shidel.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.shidel.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Out!", "version": "1.2.7", "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.", "permissions": [ "activeTab", "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "browser_action": { "default_icon": "icontab.png", "default_title": "Tab Out!", "default_popup": "menu.html" }, "manifest_version": 2 } |