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
官方網址 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"
        ]
    }
}