U tabs
This extension will merge all the tabs from different windows into one window
什么是U tabs?
U tabs是由Neil开发的Chrome扩展程序,该扩展的主要功能是“This extension will merge all the tabs from different windows into one window”。
扩展截图
下载U tabs扩展crx文件
下载U tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Merge all the tabs from all the Chrome windows into the current window. 扩展基本信息
| 名称 | |
| ID | jamieplpgaodmgkcjpigniafokfmmhjk |
| 官方URL | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
| 简介 | This extension will merge all the tabs from different windows into one window |
| 文件大小 | 9.38 KB |
| 安装次数 | 102 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-03-16 |
| 上架时间 | 2017-03-16 |
| 开发者 | Neil |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "U tabs",
"description": "This extension will merge all the tabs from different windows into one window",
"version": "1.0",
"background": {
"scripts": [
"merge.js"
]
},
"icons": {
"48": "icon48.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"19": "icon19.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"default_title": "Merge all tabs"
},
"permissions": [
"tabs"
]
} | |