tabsleeper

Lightweight tab management

Cos'è tabsleeper?

tabsleeper è un'estensione di Chrome sviluppata da https://tabsleeper.com, e la sua funzione principale è "Lightweight tab management".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tabsleeper

Scarica i file di estensione tabsleeper 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

                        Tabsleeper lets you sleep Chrome windows and tabs, putting them somewhere safe and closing the window. When you’re ready, you can wake them and pick up exactly where you left off.

It will ease the load on your computer, saving battery, and making it faster overall. You can manage different sessions, keeping your browsing tidy and organised. Plus, everything is saved locally so it’s private.

Never again get frustrated by tab overload. Sleep it away and you can always come back to it later. Or not.                    

Informazioni di Base sull'Estensione

Nome tabsleeper tabsleeper
ID immplmjnhpafilbefbokhflhmnbhigil
URL Ufficiale https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil
Descrizione Lightweight tab management
Dimensione del File 211 KB
Conteggio Installazioni 213
Versione Corrente 0.4.0
Ultimo Aggiornamento 2023-12-10
Data di Pubblicazione 2020-05-30
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://tabsleeper.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tabsleeper.com
URL della Pagina di Aiuto https://github.com/tabsleeper/tabsleeper-extension/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabsleeper",
    "version": "0.4.0",
    "description": "Lightweight tab management",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "build\/dist\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "action": {
        "default_icon": {
            "19": "icon\/browserAction\/19.png",
            "38": "icon\/browserAction\/38.png"
        },
        "default_title": "Sleep this window",
        "default_popup": "static\/popup.html"
    },
    "minimum_chrome_version": "88"
}