List Opened Tabs
An extension for list, search, rearrange, close tabs and switch to another tab.
什么是List Opened Tabs?
List Opened Tabs是由RJ Hsiao开发的Chrome扩展程序,该扩展的主要功能是“An extension for list, search, rearrange, close tabs and switch to another tab.”。
扩展截图
下载List Opened Tabs扩展crx文件
下载List Opened Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"List Opened Tabs" is a Google Chrome extension that can let you list, search, rearrange, close tabs and switch to another tab. It's very useful if you opened a lot of tabs in a window. Change log v1.1.0: Bug fixed, UI fine-tune and add badge to show the number of tabs in current window v1.0.1: Rearrange Bug fixed
扩展基本信息
名称 | List Opened Tabs |
ID | nkaliaagdnbgadcpnkdbmnigkalbihlb |
官方URL | https://chromewebstore.google.com/detail/list-opened-tabs/nkaliaagdnbgadcpnkdbmnigkalbihlb |
简介 | An extension for list, search, rearrange, close tabs and switch to another tab. |
文件大小 | 60.88 KB |
安装次数 | 13,711 |
当前版本 | 1.1.0 |
更新时间 | 2019-08-31 |
上架时间 | 2019-08-31 |
评分 | 4.45/5 共51次评分 |
开发者 | RJ Hsiao |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/RJHsiao/ListOpenedTabs |
帮助页面URL | https://github.com/RJHsiao/ListOpenedTabs/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "List Opened Tabs", "version": "1.1.0", "description": "An extension for list, search, rearrange, close tabs and switch to another tab.", "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "64": "images\/logo_64.png", "128": "images\/logo_128.png" }, "browser_action": { "default_title": "List Opened Tabs", "default_icon": "images\/logo_32.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "web_accessible_resources": [ "images\/*" ], "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false } } |