Auto Discard Tab

Reducing memory usage of inactive tabs, speed up your chrome.

Τι είναι το Auto Discard Tab;

Το Auto Discard Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Useful Apps, και η κύρια λειτουργία του είναι "Reducing memory usage of inactive tabs, speed up your chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Discard Tab

Λήψη αρχείων επέκτασης Auto Discard Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Auto Tab Discard for Google Chrome™
Reduce the memory usage of your Google Chrome tabs by automatically closing tabs which have been inactive. Help Google Chrome run faster by having rules setup in place to close tabs when the tabs have been inactive.

1. Auto discard tab features:
- Discard current tab
- Discard other tab in current window
- Discard other tab in other window
- Discard other tab in all window
- Next tab
- Previous tab

2. Close current tab
- Set up rules in Auto Discard Settings:
- Auto discard tab set by time
- Check minimum delay for discard time

3. Other settings for Tab Discard
- Do not discard tabs when there is no internet connection
- Do not discard a tab when it is pinned
- Do not discard a tab when media is playing
- Do not discard a tab when it is active
- Do not discard a tab when it is highlighted
- Domain whitelist to not discard
- Reset settings to default

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Auto Tab Discard for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Discard Tab Auto Discard Tab
ID amfmiofneilgmgdpchboihpakpoihldf
Επίσημο URL https://chromewebstore.google.com/detail/auto-discard-tab/amfmiofneilgmgdpchboihpakpoihldf
Περιγραφή Reducing memory usage of inactive tabs, speed up your chrome.
Μέγεθος Αρχείου 392 KB
Αριθμός Εγκαταστάσεων 422
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2020-06-29
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Free Useful Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.2",
    "description": "__MSG_application_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/common.js",
            "\/js\/background.js",
            "js\/update.js",
            "js\/update-conf.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}