The Great Suspender Original
Make your computer run smoothly by suspending the tabs you aren't using
Τι είναι το The Great Suspender Original;
Το The Great Suspender Original είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Great Suspender, και η κύρια λειτουργία του είναι "Make your computer run smoothly by suspending the tabs you aren't using".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Great Suspender Original
Λήψη αρχείων επέκτασης The Great Suspender Original σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Well-known The Great Suspender is available in Chrome Store again! It’s a fork from an original repo to regenerate its functionality for everyone. The Great Suspender Original suspends unused tabs to save memory usage. Flexible settings menu allows to set shortcuts, periodical of suspending and many other advantages. Organize browser tabs and manage opened session easily. Manage open tabs easier with a union list. Save your time and quickly find needed tab. Features: - suspend opened tabs by schedule or with a single click to save memory - restore tab all at one or only one needed - create group of tabs and save it for then using - suspend and unsuspend selected tab or all at once
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ahmkjjgdligadogjedmnogbpbcpofeeo |
Επίσημο URL | https://chrome.google.com/webstore/detail/the-great-suspender-origi/ahmkjjgdligadogjedmnogbpbcpofeeo |
Περιγραφή | Make your computer run smoothly by suspending the tabs you aren't using |
Μέγεθος Αρχείου | 341 KB |
Αριθμός Εγκαταστάσεων | 258,001 |
Τρέχουσα Έκδοση | 7.2.6 |
Τελευταία Ενημέρωση | 2023-04-25 |
Ημερομηνία Δημοσίευσης | 2020-11-11 |
Αξιολόγηση | 3.36/5 Συνολικά 412 Αξιολογήσεις |
Προγραμματιστής | The Great Suspender |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://suspendtab.com/privacy.html |
Υποστηριζόμενες Γλώσσες | ms,de,en,fil,fr,nl,no,es,es-419,it,pt-BR,pt-PT,sl,fi,ru,mr,hi,gu,ta,te,ml,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_extension_name__", "description": "__MSG_ext_extension_description__", "version": "7.2.6", "manifest_version": 3, "options_page": "html\/options.html", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_locale": "en", "background": { "service_worker": "js\/serviceWorker.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "history", "unlimitedStorage", "contextMenus", "cookies", "alarms", "favicon", "scripting" ], "web_accessible_resources": [ { "resources": [ "html\/suspended.html", "\/images\/*", "js\/*.js" ], "matches": [ " |