Sleepy Tabs

This extension puts to sleep tabs that have not been viewed after a while.

什么是Sleepy Tabs?

Sleepy Tabs是由Yougli开发的Chrome扩展程序,该扩展的主要功能是“This extension puts to sleep tabs that have not been viewed after a while.”。

扩展截图

screenshot

下载Sleepy Tabs扩展crx文件

下载Sleepy Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps you preserve your precious memory:
- sends inactive tabs to sleep automatically after a set number of minutes (can be changed through the options).
- optionally keeps inactive tabs awake based on an exclude list of domains set in the options.
- discarded tabs wake up and reload as soon as they're opened.

You can now keeps all your favorite tabs opened without worrying about RAM consumption, and still get to receive notifications from your preferred webapps thanks to the exclude list.                    

扩展基本信息

名称 Sleepy Tabs Sleepy Tabs
ID ghbocnpamjieoodjgmpffemppjceocep
官方URL https://chromewebstore.google.com/detail/sleepy-tabs/ghbocnpamjieoodjgmpffemppjceocep
简介 This extension puts to sleep tabs that have not been viewed after a while.
文件大小 7.33 KB
安装次数 246
当前版本 1.1
更新时间 2018-03-01
上架时间 2018-03-01
评分 3.00/5 共2次评分
开发者 Yougli
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleepy Tabs",
    "description": "This extension puts to sleep tabs that have not been viewed after a while.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}