Tab Freezer

Freeze All Tabs

Qu'est-ce que Tab Freezer ?

Tab Freezer est une extension Chrome développée par zhangbohun, et sa fonction principale est "Freeze All Tabs".

Captures d'Écran de l'Extension

screenshot

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

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

                        If you are also a patient with Too Many Tabs Syndrome (TMTS),
When the memory is lacking due to too many open tabs, just click this extension to freeze all the tabs that are not concerned temporarily, reduce the memory consumption, no shortcut keys are required, and the option page will not pop up (when memory is really lacking No need to continue loading an option page)
Frozen tabs will not be closed, but you can still click to switch normally to resume to achieve a seamless browsing experience.                    

Informations de Base sur l'Extension

Nom Tab Freezer Tab Freezer
ID opmcmbcmkbobnbloaanbgminfokciinp
URL Officiel https://chromewebstore.google.com/detail/tab-freezer/opmcmbcmkbobnbloaanbgminfokciinp
Description Freeze All Tabs
Taille du Fichier 318 KB
Nombre d'Installations 830
Version Actuelle 0.1.3
Dernière Mise à Jour 2022-11-15
Date de Publication 2020-02-13
Évaluation 5.00/5 Total 7 Évaluations
Développeur zhangbohun
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.1.3",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "web_accessible_resources": [
        "icon.png",
        "*:\/\/*"
    ],
    "manifest_version": 2,
    "default_locale": "en"
}