Tab Suspender
Suspend tabs you are not using to save memory usage and make your computer run faster. Reduce the load on your device, and battery.
Τι είναι το Tab Suspender;
Το Tab Suspender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabssuspender.com, και η κύρια λειτουργία του είναι "Suspend tabs you are not using to save memory usage and make your computer run faster. Reduce the load on your device, and battery.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tab Suspender
Λήψη αρχείων επέκτασης Tab Suspender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically suspend tabs that aren’t used at the moment. It has been actually developed to manage utilized tabs that lead to saving memory usage and faster machine working. Reducing CPU usage by suspending inactive tabs makes the computer run faster, smoother, and generally better and at the same time, you can simply restore them at once you need to review them. The flexible setting makes it advanced in managing websites. You can quickly add a whitelisted domain to keep the website active or select a category that shouldn’t be suspended among others. Some useful features: - set the time for an automatic suspending - hotkeys are available - website manager for fast navigating - simply refresh the website to activate Built-in tabs manager is opened by hotkeys and shows you a dashboard that you can easily navigate using the in-house search. Make your computer run smoothly by suspending the tabs you aren't using.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tab Suspender |
ID | laameccjpleogmfhilmffpdbiibgbekf |
Επίσημο URL | https://chromewebstore.google.com/detail/tab-suspender/laameccjpleogmfhilmffpdbiibgbekf |
Περιγραφή | Suspend tabs you are not using to save memory usage and make your computer run faster. Reduce the load on your device, and battery. |
Μέγεθος Αρχείου | 858 KB |
Αριθμός Εγκαταστάσεων | 147,997 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-06-16 |
Ημερομηνία Δημοσίευσης | 2021-03-15 |
Αξιολόγηση | 3.96/5 Συνολικά 157 Αξιολογήσεις |
Προγραμματιστής | https://tabssuspender.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tabssuspender.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://tabssuspender.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://tabssuspender.com/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "32": "assets\/static\/icons\/32-suspend.png", "64": "assets\/static\/icons\/64-suspend.png", "128": "assets\/static\/icons\/128-suspend.png" }, "permissions": [ "storage", "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/*", "contextMenus", "system.memory" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/form-input-listener.js", "js\/tab-manager.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "__MSG_title__", "default_popup": "popup.html" }, "options_page": ".\/options.html", "background": { "scripts": [ ".\/js\/background.js" ] }, "web_accessible_resources": [ "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf", "chrome:\/\/favicon\/*" ], "commands": { "open_tab_manager": { "description": "Open tab manager", "suggested_key": { "windows": "Alt+E", "mac": "Command+E", "linux": "Alt+E" } }, "suspend_unsuspend_current": { "description": "Suspend\/Unsuspend active tab" }, "pause_unpause_current": { "description": "Pause\/Unpause suspension of active tab" }, "suspend_selected_tabs": { "description": "Suspend selected tabs" }, "unsuspend_selected_tabs": { "description": "Unsuspend selected tabs" }, "suspend_all_other_tabs_in_current_window": { "description": "Suspend all other tabs in active window" }, "force_suspend_all_other_tabs_in_current_window": { "description": "Force suspend all other tabs in active window" }, "unsuspend_all_tabs_in_current_window": { "description": "Unsuspend all tabs in active window" }, "suspend_all_tabs_in_all_windows": { "description": "Suspend all tabs in all windows" }, "force_suspend_all_tabs_in_all_windows": { "description": "Force suspend all tabs in all windows" }, "unsuspend_all_tabs_in_all_windows": { "description": "Unsuspend all tabs in all windows" } } } |