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
公式URL 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
Eメール [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"
    }
}