Tab Deduplicator

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

Tab Deduplicatorคืออะไร?

Tab Deduplicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Asafh และคุณลักษณะหลักของมันคือ "Displays the current number of open tabs, open windows or both"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Deduplicator

ดาวน์โหลดไฟล์ส่วนขยาย 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
}