Intip.in's Tab Manager

Tab Manager that doesn't track you.

什么是Intip.in's Tab Manager?

Intip.in's Tab Manager是由https://www.cscpro.org开发的Chrome扩展程序,该扩展的主要功能是“Tab Manager that doesn't track you.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Intip.in's Tab Manager扩展crx文件

下载Intip.in's Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No more cluttering tabs!
Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click.

.. amazingly handful
Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab.

We respect your privacy
No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github.

Install on your Chrome
Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store.



TO DO:
- Add documentation
- Add export/import button
- Add pagination for huge list                    

扩展基本信息

名称 Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
官方URL https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
简介 Tab Manager that doesn't track you.
文件大小 288 KB
安装次数 130
当前版本 1.0.4
更新时间 2017-02-01
上架时间 2017-02-01
评分 4.40/5 共10次评分
开发者 https://www.cscpro.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cscpro.org/labs/tab-manager/
帮助页面URL https://www.cscpro.org/labs/tab-manager/
隐私政策页面URL https://www.cscpro.org/labs/tab-manager
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intip.in's Tab Manager",
    "description": "Tab Manager that doesn't track you.",
    "version": "1.0.4",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Save all tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}