Unique Tabs
Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
什么是Unique Tabs?
Unique Tabs是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.”。
扩展截图
下载Unique Tabs扩展crx文件
下载Unique Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed. 扩展基本信息
| 名称 | |
| ID | cicbejncjmbkbahiicbiflndmhbcgibk |
| 官方URL | https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk |
| 简介 | Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window. |
| 文件大小 | 12.87 KB |
| 安装次数 | 3,131 |
| 当前版本 | 0.6 |
| 更新时间 | 2015-06-10 |
| 上架时间 | 2015-06-10 |
| 评分 | 4.24/5 共29次评分 |
| 开发者 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/joeyAghion/unique_tabs |
| 帮助页面URL | http://github.com/joeyAghion/unique_tabs |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unique Tabs",
"description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
"version": "0.6",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"notifications",
"webNavigation"
],
"web_accessible_resources": [
"icon48.png"
],
"manifest_version": 2
} | |