Tab Hibernate

Send tabs you don't use to into hibernation to save up on memory usage

Cos'è Tab Hibernate?

Tab Hibernate è un'estensione di Chrome sviluppata da dcohenb, e la sua funzione principale è "Send tabs you don't use to into hibernation to save up on memory usage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tab Hibernate

Scarica i file di estensione Tab Hibernate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Is Your computer slow? unresponsive?
Are you the type of person who keeps lots of tabs open all the time?
Tab Hibernate to the rescue!

Tab Hibernate puts all your unused tabs into sleep mode.
that way they don't take up memory or CPU usage.

Your PC will be faster, Battery will last longer and your computer will be more responsive!

We would love to get your feedback and improve.
if you like our extension please rate us and leave a comment.                    

Informazioni di Base sull'Estensione

Nome Tab Hibernate Tab Hibernate
ID ammlihljcndoijbkoobiobhjgoopiidn
URL Ufficiale https://chromewebstore.google.com/detail/tab-hibernate/ammlihljcndoijbkoobiobhjgoopiidn
Descrizione Send tabs you don't use to into hibernation to save up on memory usage
Dimensione del File 107 KB
Conteggio Installazioni 6,082
Versione Corrente 0.3.2
Ultimo Aggiornamento 2017-10-07
Data di Pubblicazione 2017-10-07
Valutazione 3.75/5 Totale 72 Valutazioni
Sviluppatore dcohenb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tabhibernate.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Daniel Cohen ",
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/64.png",
        "default_popup": "popup_ui.html",
        "default_title": "Configure tabs hibernate"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Send tabs you don't use to into hibernation to save up on memory usage",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "512": "icons\/512.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Tab Hibernate",
    "permissions": [
        "tabs",
        ""
    ],
    "short_name": "tab-hibernate",
    "version": "0.3.2"
}