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 |
公式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 } |