Chrome Tab Unloader

This extension gives you a button to save your system resources by replacing open tabs with placeholders.

Qu'est-ce que Chrome Tab Unloader ?

Chrome Tab Unloader est une extension Chrome développée par idupree, et sa fonction principale est "This extension gives you a button to save your system resources by replacing open tabs with placeholders.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Tab Unloader

Téléchargez les fichiers d'extension Chrome Tab Unloader 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

                        Chrome Tab Unloader gives you a simple button to unload the current tab, or all tabs. You might do this in order to save on system resources (RAM, CPU), or to make the tab quiet.  Reload the tab just by clicking in its content area.                    

Informations de Base sur l'Extension

Nom Chrome Tab Unloader Chrome Tab Unloader
ID ncifninngopkimemifelcaelaaigceod
URL Officiel https://chromewebstore.google.com/detail/chrome-tab-unloader/ncifninngopkimemifelcaelaaigceod
Description This extension gives you a button to save your system resources by replacing open tabs with placeholders.
Taille du Fichier 14.05 KB
Nombre d'Installations 160
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-10-20
Date de Publication 2016-10-20
Évaluation 2.43/5 Total 7 Évaluations
Développeur idupree
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/idupree/chrome-tab-unloader
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Tab Unloader",
    "short_name": "Tab Unloader",
    "description": "This extension gives you a button to save your system resources by replacing open tabs with placeholders.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/idupree\/chrome-tab-unloader",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}