Tab Shelf

Let's group and organize too many tabs!!

什么是Tab Shelf?

Tab Shelf是由kota开发的Chrome扩展程序,该扩展的主要功能是“Let's group and organize too many tabs!!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Tab Shelf扩展crx文件

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

扩展使用说明

                        Tab Shelf organizes tabs that are too open.

If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want.
Tab Shelf is recommended in such cases.

Tab Shelf allows you to group open tabs and evacuate them.
For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping.

You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.                    

扩展基本信息

名称 Tab Shelf Tab Shelf
ID kjfciegmjpnkfackjbdpoioamkdhhplf
官方URL https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf
简介 Let's group and organize too many tabs!!
文件大小 17 KB
安装次数 521
当前版本 1.3.1
更新时间 2021-03-28
上架时间 2020-04-21
评分 3.67/5 共9次评分
开发者 kota
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Shelf",
    "description": "__MSG_description__",
    "version": "1.3.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}