Tab Deduplicator

Displays the current number of open tabs, open windows or both

Tab Deduplicatorとは何ですか?

Tab DeduplicatorはAsafhによって開発されたChromeの拡張機能で、その主な機能は「Displays the current number of open tabs, open windows or both」です。

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

screenshot

Tab Deduplicator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.                    

拡張機能の基本情報

名前 Tab Deduplicator Tab Deduplicator
ID jbhemaokagepomiajppddbhfolpkfdfi
公式URL https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi
説明 Displays the current number of open tabs, open windows or both
ファイルサイズ 4.6 KB
インストール数 26
現在のバージョン 1.1
最終更新日 2017-04-29
公開日 2017-04-29
開発者 Asafh
支払い方法 free
拡張機能のウェブサイト https://github.com/asafh/chrome-tab-dedup
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Deduplicator",
    "version": "1.1",
    "description": "Displays the current number of open tabs, open windows or both",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "incognito": "split",
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Duplicate Tab"
    },
    "manifest_version": 2
}