SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

SelfDestruct Inactive Tabsとは何ですか?

SelfDestruct Inactive Tabsはswiftaceによって開発されたChromeの拡張機能で、その主な機能は「Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.」です。

拡張機能のスクリーンショット

screenshot
screenshot

SelfDestruct Inactive Tabs拡張機能のCRXファイルをダウンロード

SelfDestruct Inactive Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

拡張機能の基本情報

名前 SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
公式URL https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
説明 Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
ファイルサイズ 25.96 KB
インストール数 27
現在のバージョン 0.0.3
最終更新日 2017-04-08
公開日 2017-04-07
評価 5.00/5 合計 1 レビュー
開発者 swiftace
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}