ChromeTabsPlus

Save and restore opened page tabs, grouped by window.

什么是ChromeTabsPlus?

ChromeTabsPlus是由BenKewell开发的Chrome扩展程序,该扩展的主要功能是“Save and restore opened page tabs, grouped by window.”。

扩展截图

screenshot

下载ChromeTabsPlus扩展crx文件

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

扩展使用说明

                        Inspired by TabCloud (https://chrome.google.com/webstore/detail/tabcloud/npecfdijgoblfcgagoijgmgejmcpnhof)

Tabs data are stored using Chrome's Storage API which has a size limit, so new save may not work when there are too many tabs already stored. However it should be enough for general usage.

------------------------------

Release notes:

v3.2.0
Migrate to Manifest V3.

v3.1.6
CSS bug fix.

v3.1.5
Revoke legacy permission that no longer needed.

v3.1.4
Added indication of saved windows.

v3.1.3
Added handling of tabs change events.

v3.1.2
Bug fixes.

v3.1.1
Bug fixes.

v3.1
Improve data storage format to better utilize storage limit.

v3.0.0
Initial release.

------------------------------

Credit, contains resources from:
GLYPHICONS    https://www.glyphicons.com/                    

扩展基本信息

名称 ChromeTabsPlus ChromeTabsPlus
ID inaddpoanfkkffpiklgdagboagdndahh
官方URL https://chromewebstore.google.com/detail/chrometabsplus/inaddpoanfkkffpiklgdagboagdndahh
简介 Save and restore opened page tabs, grouped by window.
文件大小 51.46 KB
安装次数 297
当前版本 3.2.0
更新时间 2022-12-16
上架时间 2019-04-01
评分 4.50/5 共2次评分
开发者 BenKewell
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeTabsPlus",
    "version": "3.2.0",
    "manifest_version": 3,
    "description": "Save and restore opened page tabs, grouped by window.",
    "icons": {
        "32": "images\/logo-32.png",
        "128": "images\/logo-128.png"
    },
    "action": {
        "default_icon": "images\/logo-32.png",
        "default_title": "Manage Tabs",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "favicon",
        "storage",
        "tabs"
    ]
}