Silence of the Tabs (Beta)

Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.

什么是Silence of the Tabs (Beta)?

Silence of the Tabs (Beta)是由K. Bauer开发的Chrome扩展程序,该扩展的主要功能是“Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.”。

扩展截图

screenshot
screenshot
screenshot

下载Silence of the Tabs (Beta)扩展crx文件

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

扩展使用说明

                        !! BETA VERSION !!
==================

The extension is currently in testing. Some minor issues remain:

 - Sometimes tabs don't reload automatically when they should, and the user has to manually press the back button.
 - Using the "Suspend other Tabs" feature accidentally closes some tabs.



How Tabs are Stored
===================

The suspended tab is stored in a "Data-URL", which can be synchronized by Chrome's builtin Synchronization feature, such that the "Recent Tabs" feature on mobile devices and other PCs can be used. Since Data-URLs are local, no browsing information is sent to any server (other than, if enabled, Google's sync servers), so no privacy-issues should arise.

Tabs that have been suspended by the timer, or by "Suspend Other Tabs" will reload automatically, when they are revisted.



Comparison to similar Extensions
================================

Compared to "The Great Suspender", the Data-URLs enable synchronization with mobile devices, where the extension cannot be installed.

Compared to "TabMemFree", the Data-URLs prevent loss of browsing information, when something deletes the tab's history (e.g. due to a crash). 



Developer Mode
==============

The app includes a "Developer Mode" option, which adds a lot of debug information to the interface and to the JavaScript console.                    

扩展基本信息

名称 Silence of the Tabs (Beta) Silence of the Tabs (Beta)
ID maidomnbcecnleeblgamjpjdiijifjmc
官方URL https://chromewebstore.google.com/detail/silence-of-the-tabs-beta/maidomnbcecnleeblgamjpjdiijifjmc
简介 Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.
文件大小 17.32 KB
安装次数 21
当前版本 0.2.2
更新时间 2018-07-04
上架时间 2018-07-04
评分 5.00/5 共1次评分
开发者 K. Bauer
付费类型 free
扩展官网 https://github.com/kbauer/Silence-of-the-Tabs
帮助页面URL https://github.com/kbauer/Silence-of-the-Tabs#knownissues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silence of the Tabs (Beta)",
    "description": "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.",
    "version": "0.2.2",
    "browser_action": {
        "default_popup": "main.html#popuppage"
    },
    "options_page": "main.html#optionspage",
    "background": {
        "page": "main.html#backgroundpage"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}