TabList
This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
什么是TabList?
TabList是由Arthur Gerkis开发的Chrome扩展程序,该扩展的主要功能是“This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.”。
扩展截图
下载TabList扩展crx文件
下载TabList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar.
You can find code here: https://github.com/ax330d/TabList 扩展基本信息
| 名称 | |
| ID | degjjfncecoliapmdalnecogigkhldam |
| 官方URL | https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam |
| 简介 | This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs. |
| 文件大小 | 341 KB |
| 安装次数 | 217 |
| 当前版本 | 1.0.9 |
| 更新时间 | 2017-09-04 |
| 上架时间 | 2017-09-04 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | Arthur Gerkis |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabList",
"version": "1.0.9",
"description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"incognito": "split",
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs",
"bookmarks",
"storage",
"chrome:\/\/favicon\/"
],
"options_page": "options.html",
"manifest_version": 2,
"web_accessible_resources": [
"fonts\/*"
]
} | |