No Dupe Tabs

Swap to preexisting tab if url is already opened.

No Dupe Tabsとは何ですか?

No Dupe TabsはJ Wangによって開発されたChromeの拡張機能で、その主な機能は「Swap to preexisting tab if url is already opened.」です。

拡張機能のスクリーンショット

screenshot
screenshot

No Dupe Tabs拡張機能のCRXファイルをダウンロード

No Dupe Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! 

Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. 

Update-
V2.1 - Added whitelist
V2.2 - Fixed pop-up style on Windows
V2.3 - Fixed empty whitelist bug                    

拡張機能の基本情報

名前 No Dupe Tabs No Dupe Tabs
ID fajkhkmabkgflclnlmfdafpikejjncca
公式URL https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca
説明 Swap to preexisting tab if url is already opened.
ファイルサイズ 37.89 KB
インストール数 868
現在のバージョン 2.3
最終更新日 2016-08-11
公開日 2016-08-11
評価 4.00/5 合計 9 レビュー
開発者 J Wang
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Dupe Tabs",
    "version": "2.3",
    "manifest_version": 2,
    "description": "Swap to preexisting tab if url is already opened.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "noDupeTab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.1.0.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}