List All Tabs

show a list of all open tabs

什么是List All Tabs?

List All Tabs是由lior99apps开发的Chrome扩展程序,该扩展的主要功能是“show a list of all open tabs”。

扩展截图

screenshot
screenshot

下载List All Tabs扩展crx文件

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

扩展使用说明

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

扩展基本信息

名称 List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
官方URL https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
简介 show a list of all open tabs
文件大小 994 KB
安装次数 3,376
当前版本 4.0.2
更新时间 2021-03-05
上架时间 2019-09-14
评分 4.50/5 共16次评分
开发者 lior99apps
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lior99/see-all-tabs
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}