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"
        ]
    }
}