The Great Suspender Original

Make your computer run smoothly by suspending the tabs you aren't using

什么是The Great Suspender Original?

The Great Suspender Original是由The Great Suspender开发的Chrome扩展程序,该扩展的主要功能是“Make your computer run smoothly by suspending the tabs you aren't using”。

扩展截图

screenshot
screenshot
screenshot

下载The Great Suspender Original扩展crx文件

下载The Great Suspender Original扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Well-known The Great Suspender is available in Chrome Store again! It’s a fork from an original repo to regenerate its functionality for everyone. 

The Great Suspender Original suspends unused tabs to save memory usage. Flexible settings menu allows to set shortcuts, periodical of suspending and many other advantages.

Organize browser tabs and manage opened session easily. 

Manage open tabs easier with a union list. Save your time and quickly find needed tab.

Features:

- suspend opened tabs by schedule or with a single click to save memory
- restore tab all at one or only one needed
- create group of tabs and save it for then using  
- suspend and unsuspend selected tab or all at once                    

扩展基本信息

名称 The Great Suspender Original The Great Suspender Original
ID ahmkjjgdligadogjedmnogbpbcpofeeo
官方URL https://chrome.google.com/webstore/detail/the-great-suspender-origi/ahmkjjgdligadogjedmnogbpbcpofeeo
简介 Make your computer run smoothly by suspending the tabs you aren't using
文件大小 341 KB
安装次数 258,001
当前版本 7.2.6
更新时间 2023-04-25
上架时间 2020-11-11
评分 3.36/5 共412次评分
开发者 The Great Suspender
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://suspendtab.com/privacy.html
支持的语言 ms,de,en,fil,fr,nl,no,es,es-419,it,pt-BR,pt-PT,sl,fi,ru,mr,hi,gu,ta,te,ml,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_extension_name__",
    "description": "__MSG_ext_extension_description__",
    "version": "7.2.6",
    "manifest_version": 3,
    "options_page": "html\/options.html",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "history",
        "unlimitedStorage",
        "contextMenus",
        "cookies",
        "alarms",
        "favicon",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/suspended.html",
                "\/images\/*",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self' data: https:\/\/suspenderthegreat.com; img-src 'self' data: chrome: https:\/\/stats.g.doubleclick.net; style-src 'self'; default-src 'self'"
    },
    "incognito": "split",
    "commands": {
        "1-suspend-tab": {
            "description": "__MSG_ext_cmd_toggle_tab_suspension_description__",
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "2-toggle-temp-whitelist-tab": {
            "description": "__MSG_ext_cmd_toggle_tab_pause_description__"
        },
        "2a-suspend-selected-tabs": {
            "description": "__MSG_ext_cmd_suspend_selected_tabs_description__"
        },
        "2b-unsuspend-selected-tabs": {
            "description": "__MSG_ext_cmd_unsuspend_selected_tabs_description__"
        },
        "3-suspend-active-window": {
            "description": "__MSG_ext_cmd_soft_suspend_active_window_description__"
        },
        "3b-force-suspend-active-window": {
            "description": "__MSG_ext_cmd_force_suspend_active_window_description__"
        },
        "4-unsuspend-active-window": {
            "description": "__MSG_ext_cmd_unsuspend_active_window_description__"
        },
        "4b-soft-suspend-all-windows": {
            "description": "__MSG_ext_cmd_soft_suspend_all_windows_description__"
        },
        "5-suspend-all-windows": {
            "description": "__MSG_ext_cmd_force_suspend_all_windows_description__"
        },
        "6-unsuspend-all-windows": {
            "description": "__MSG_ext_cmd_unsuspend_all_windows_description__"
        }
    },
    "action": {
        "default_title": "__MSG_ext_default_title__",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}