SleepyTabs
Suspend tabs when not in use
What is SleepyTabs?
SleepyTabs is a Chrome extension developed by https://sleepytabs.app, and its main feature is "Suspend tabs when not in use".
Extension Screenshots
Download SleepyTabs Extension CRX File
Download SleepyTabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save system resources by letting your un-used tabs sleep when not in use! SleepyTabs suspends tabs after a set time of non-use, or you can force tabs to sleep whenever you want!
Extension Basic Information
Name | SleepyTabs |
ID | bkmaopaigmniimdmfbngnjgfiaoieijh |
Official URL | https://chromewebstore.google.com/detail/sleepytabs/bkmaopaigmniimdmfbngnjgfiaoieijh |
Description | Suspend tabs when not in use |
File Size | 20.06 KB |
Installation Count | 429 |
Current Version | 1.4 |
Last Updated | 2023-02-27 |
Publish Date | 2021-02-10 |
Rating | 4.00/5 Total 5 Ratings |
Developer | https://sleepytabs.app |
[email protected] | |
Payment Type | free |
Extension Website | https://sleepytabs.app |
Help Page URL | https://sleepytabs.app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SleepyTabs", "description": "Suspend tabs when not in use", "homepage_url": "https:\/\/sleepytabs.app", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "alarms", "storage", "tabs" ], "action": { "default_popup": "popup.html" }, "options_page": "options.html" } |