Light Tab Suspender

Alternative to the great suspender

什麼是Light Tab Suspender?

Light Tab Suspender是由shaunmolloy開發的Chrome擴展程式,該擴展的主要功能是“Alternative to the great suspender”。

擴展截圖

screenshot
screenshot

下載Light Tab Suspender擴展crx文件

下載Light Tab Suspender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An alternative Chrome extension to the great suspender.

Pros:
- Maintain user privacy
- Light implementation

Coming soon:
- Tab Favicon
- Options page                    

擴展基本資訊

名稱 Light Tab Suspender Light Tab Suspender
ID omemdnaphiccifgleodlhhbdgnaahhfa
官方網址 https://chromewebstore.google.com/detail/light-tab-suspender/omemdnaphiccifgleodlhhbdgnaahhfa
簡介 Alternative to the great suspender
檔案大小 11.64 KB
安裝次數 11
目前版本 1.1.0
更新時間 2021-02-22
上架時間 2021-02-21
評分 5.00/5 共 1 次評分
開發者 shaunmolloy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/shaunmolloy/chrome-light-tab-suspender
說明頁面URL https://github.com/shaunmolloy/chrome-light-tab-suspender/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Light Tab Suspender",
    "description": "Alternative to the great suspender",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/browser-polyfill.js",
            "js\/helpers\/promise.js",
            "js\/helpers\/suspend.js",
            "js\/helpers\/commands.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/tab.js"
    ],
    "commands": {
        "suspend_tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Suspend \/ Unsuspend Tab"
        }
    },
    "icons": {
        "128": "icon-128.png"
    }
}