Tab Hibernate

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

Qu'est-ce que Tab Hibernate ?

Tab Hibernate est une extension Chrome développée par dcohenb, et sa fonction principale est "Send tabs you don't use to into hibernation to save up on memory usage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Hibernate

Téléchargez les fichiers d'extension Tab Hibernate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tab Hibernate Tab Hibernate
ID ammlihljcndoijbkoobiobhjgoopiidn
URL Officiel https://chromewebstore.google.com/detail/tab-hibernate/ammlihljcndoijbkoobiobhjgoopiidn
Description Send tabs you don't use to into hibernation to save up on memory usage
Taille du Fichier 107 KB
Nombre d'Installations 6,082
Version Actuelle 0.3.2
Dernière Mise à Jour 2017-10-07
Date de Publication 2017-10-07
Évaluation 3.75/5 Total 72 Évaluations
Développeur dcohenb
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tabhibernate.com
Langues Prises en Charge 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"
}