Tabulator
Manage your open tabs from the new tab page
什么是Tabulator?
Tabulator是由https://gettabulator.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your open tabs from the new tab page”。
扩展截图
下载Tabulator扩展crx文件
下载Tabulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tabulator is tab management for power users. If you're the kind of user that has a ton of tabs open at all times, this is the extension for you.
Tabulator takes over your new tab page and allows:
- viewing all your open tabs
- filtering through open tabs, by title or url
- switching to a tab, usually after filtering
- closing tabs from the page
- re-ordering tabs via drag and drop 扩展基本信息
| 名称 | |
| ID | fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| 官方URL | https://chromewebstore.google.com/detail/tabulator/fgmhoejdoifkbmkdelcgcoimlnfmhbhm |
| 简介 | Manage your open tabs from the new tab page |
| 文件大小 | 74.77 KB |
| 安装次数 | 196 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2018-07-08 |
| 上架时间 | 2018-07-07 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | https://gettabulator.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabulator",
"author": "Ammar Khaku",
"version": "1.1.0",
"description": "Manage your open tabs from the new tab page",
"icons": {
"128": "images\/icon-128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"bundles\/background.js"
],
"persistent": true
},
"permissions": [
"tabs",
" | |