tabsleeper

Lightweight tab management

Wat is tabsleeper?

tabsleeper is een Chrome-extensie ontwikkeld door https://tabsleeper.com, en de belangrijkste functie is "Lightweight tab management".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tabsleeper

Download tabsleeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam tabsleeper tabsleeper
ID immplmjnhpafilbefbokhflhmnbhigil
Officiële URL https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil
Beschrijving Lightweight tab management
Bestandsgrootte 211 KB
Aantal Installaties 213
Huidige Versie 0.4.0
Laatst Bijgewerkt 2023-12-10
Publicatiedatum 2020-05-30
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://tabsleeper.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tabsleeper.com
Help Pagina-URL https://github.com/tabsleeper/tabsleeper-extension/issues
Ondersteunde Talen 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"
}