tabsleeper
Lightweight tab management
Qu'est-ce que tabsleeper ?
tabsleeper est une extension Chrome développée par https://tabsleeper.com, et sa fonction principale est "Lightweight tab management".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tabsleeper
Téléchargez les fichiers d'extension tabsleeper 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
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.
Informations de Base sur l'Extension
Nom | tabsleeper |
ID | immplmjnhpafilbefbokhflhmnbhigil |
URL Officiel | https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil |
Description | Lightweight tab management |
Taille du Fichier | 211 KB |
Nombre d'Installations | 213 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2023-12-10 |
Date de Publication | 2020-05-30 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://tabsleeper.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tabsleeper.com |
URL de la Page d'Aide | https://github.com/tabsleeper/tabsleeper-extension/issues |
Langues Prises en Charge | 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" } |