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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}