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.
擴展基本資訊
名稱 | Unique Tabs |
ID | cicbejncjmbkbahiicbiflndmhbcgibk |
官方網址 | 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 } |