Tablist

copy and paste lists of open tabs

什么是Tablist?

Tablist是由slymax开发的Chrome扩展程序,该扩展的主要功能是“copy and paste lists of open tabs”。

扩展截图

screenshot

下载Tablist扩展crx文件

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

扩展使用说明

                        https://github.com/slymax/tablist                    

扩展基本信息

名称 Tablist Tablist
ID eagbohciligljbgpbdbflaloangiodhe
官方URL https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe
简介 copy and paste lists of open tabs
文件大小 84.65 KB
安装次数 1,930
当前版本 1.0.4
更新时间 2022-06-02
上架时间 2020-04-16
评分 5.00/5 共4次评分
开发者 slymax
电子邮箱 [email protected]
付费类型 free
扩展官网 https://slymax.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tablist",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "copy and paste lists of open tabs",
    "permissions": [
        "search",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}