Lazy Tabs

Discard all inactive tabs (except pinned) at startup or by clicking an icon

Qu'est-ce que Lazy Tabs ?

Lazy Tabs est une extension Chrome développée par Jman, et sa fonction principale est "Discard all inactive tabs (except pinned) at startup or by clicking an icon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lazy Tabs

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

                        Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. 

Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab                    

Informations de Base sur l'Extension

Nom Lazy Tabs Lazy Tabs
ID aabgbgciohhaogajcnacpgilhmacdahc
URL Officiel https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
Description Discard all inactive tabs (except pinned) at startup or by clicking an icon
Taille du Fichier 10.38 KB
Nombre d'Installations 7,560
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-06-22
Date de Publication 2020-07-02
Évaluation 3.68/5 Total 137 Évaluations
Développeur Jman
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jman/lazy_tab
URL de la Page d'Aide https://github.com/jman/lazy_tab/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy Tabs",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon",
    "incognito": "not_allowed",
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "Discard other tabs",
        "default_icon": "ico_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "ico_128.png"
    }
}