By: Cprofessional
Inspect and view changes in Hibernating Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Hibernating Tabs",
"version": "1.0",
"description": "Automatically hibernate inactive tabs to save system resources.",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "hibernatingTabs@correia.extensions",
"strict_min_version": "128.0"
}
}
} Best Hibernating Tabs Alternatives
Here are some Firefox add-ons that are similar to Hibernating Tabs:
Inactive Tab Hibernation
Ntrla
SleepyTabs - Tab Suspender & Manager
Sato
Lazy Tabs Pausing
lazy-tabs
Great Suspender resources
the-great-suspender
Auto Tab Suspender
Z16
Slumber
Sco0byDoo
Tab Optimizer
DEBET
Inactive Tab Manager
CodeNova
Lazy Tabs (Tab Suspender)
e1024kb
Tab Memory Saver
Ecceuxedin
Smart Tab Suspender
Yavuz Yıldırım