Manage Tabs

Save memory and keep tabs organized

什么是Manage Tabs?

Manage Tabs是由Hans J Schroeder开发的Chrome扩展程序,该扩展的主要功能是“Save memory and keep tabs organized”。

扩展截图

screenshot

下载Manage Tabs扩展crx文件

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

扩展使用说明

                        Save lots of memory and use groups to keep your tabs organized.

You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click.

Minimum memory use

When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive')

Privacy assurance

This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do.  In fact this is the main reason why this extension has been developed.

Changelog

0.5.2 - 2017-12-17

Changed
- Fix API to LocalStorage                    

扩展基本信息

名称 Manage Tabs Manage Tabs
ID kijdiheabofhiihcebgpeelmgfmcogel
官方URL https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel
简介 Save memory and keep tabs organized
文件大小 88.48 KB
安装次数 427
当前版本 0.5.2
更新时间 2017-12-17
上架时间 2017-12-17
评分 4.10/5 共10次评分
开发者 Hans J Schroeder
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Tabs",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "Save memory and keep tabs organized",
    "incognito": "split",
    "author": "Hans J Schroeder",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Tabs"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "short_name": "Tabmatic"
}