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
官方網址 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
}